|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IEventHandler
Generic event handler interface
| Method Summary | |
|---|---|
void |
handleEvent(Event event)
Handle Event passed to this IEventHandler. |
void |
handleEvents(Event[] events)
Handle Events passed to this IEventHandler. |
| Method Detail |
|---|
void handleEvent(Event event)
event - the Event for the implementer to handlevoid handleEvents(Event[] events)
events - the Events [] for the implementer to handle
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||