|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
E - Event type.P - Priority type.public interface EventHandlerBase<E,P extends Comparable<P>,C>
Event handler base.
| Nested Class Summary | |
|---|---|
static class |
EventHandlerBase.Mode
Event handler mode. |
| Method Summary | |
|---|---|
boolean |
consumes()
|
int |
getCardinality()
|
C |
getContext()
|
EventHandlerBase.Mode |
getMode()
Handler mode. |
|
getPredicate()
|
P |
getPriority()
|
boolean |
isOneOff()
If this method returns true, then handler is invoked only once and then is removed from the bus. |
void |
reset()
Resets handler internal state, if any. |
| Method Detail |
|---|
boolean consumes()
P getPriority()
int getCardinality()
void reset()
C getContext()
boolean isOneOff()
EventHandlerBase.Mode getMode()
getPredicate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||