|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An interface used to accept or deny events.
| Method Summary | |
boolean |
accept(java.awt.AWTEvent e)
Returns true, if the filter accepts the event and the event
loop can continue processing the event. |
| Method Detail |
public boolean accept(java.awt.AWTEvent e)
true, if the filter accepts the event and the event
loop can continue processing the event.
e - the event to check
true, if processing should continue with that event,
false otherwise.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||