|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EventDispatchJoinContext<E,P extends Comparable<P>,C,H extends EventBus.Handle<E,P,C>,S extends EventStore<E,P,C,H,S>>
| Method Summary | |
|---|---|
void |
consumeJoin(E event)
Consumes event removing it from further multi-event joins by this handler, but not by other handlers. |
void |
consumeJoin(int index)
Consumes event at index removing it from further multi-event joins by this handler, but not from processing by other handlers. |
| Methods inherited from interface com.hammurapi.eventbus.EventDispatchContext |
|---|
consume, consume, getEventStore, getMode, post, removeHandler, update |
| Method Detail |
|---|
void consumeJoin(int index)
indices - void consumeJoin(E event)
events -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||