|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BaseEventListener
This class defines the methods for Event listeners
Method Summary | |
---|---|
String |
getListenerID()
Get the ID that identifies this listener. |
void |
handleEvent(EventContext context)
Handle all events. |
boolean |
isHandled()
Return true if the event was handled in the handleEvent method. |
Method Detail |
---|
void handleEvent(EventContext context) throws EventException
context
- the event context containing event, queue, and, sometimes, http information
EventException
boolean isHandled()
String getListenerID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |