|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IEventListener
Define the base interface for an event listener.
| Method Summary | |
|---|---|
boolean |
accept(IEvent event)
Check whether the listener wants to handle this event. |
EventPriority |
getPriority()
Get the listener priority. |
void |
handle(IEvent event)
Handle the event. |
| Method Detail |
|---|
void handle(IEvent event)
event - The event to handle.boolean accept(IEvent event)
event - The event to check.
EventPriority getPriority()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||