|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EventProcessor<ContextType>
Manages dispatching events to appropriate EventHandler instances.
| Method Summary | |
|---|---|
void |
init(ContextType context)
Initializes all EventHandler instances. |
void |
process(Object event)
Delegates to registered EventHandler which accepts the event, or the default handler if non accept. |
| Method Detail |
|---|
void init(ContextType context)
EventHandler instances.
void process(Object event)
throws Exception
EventHandler which accepts the event, or the default handler if non accept.
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||