|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface EventBus.Handle<E,P extends Comparable<P>,C>
The primary purpose of Handle in the event bus is to be a synchronization object. Its join() method blocks until all dispatching/inference associated with the posting of given event is completed.
| Method Summary | |
|---|---|
Collection<Derivation<E,P,C>> |
getDerivations()
|
E |
getEvent()
|
boolean |
isDerivedFrom(E event)
|
boolean |
isValid()
|
void |
remove()
Removes event from the bus. |
void |
update()
Informs the bus that the event was updated. |
| Method Detail |
|---|
E getEvent()
Collection<Derivation<E,P,C>> getDerivations()
boolean isValid()
boolean isDerivedFrom(E event)
void remove()
void update()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||