|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface AbstractEventBus.StoreEntry<E,P extends Comparable<P>,C,K>
Store entry complements store handle to provide functionality of event handle.
| Method Summary | |
|---|---|
Collection<Derivation<E,P,C>> |
getDerivations()
|
K |
getId()
|
boolean |
isDerivedFrom(E event)
|
void |
setEvent(E event)
Sets new event. |
AbstractEventBus.Handle<E,P,C,K> |
update()
Invalidates this handle, creates a new handle for updated event, posts updated event to the bus, For internal use, shall not be invoked by client code. |
| Method Detail |
|---|
Collection<Derivation<E,P,C>> getDerivations()
boolean isDerivedFrom(E event)
void setEvent(E event)
event - AbstractEventBus.Handle<E,P,C,K> update()
K getId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||