|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for classes that want to be a member of the EventBus.
Method Summary | |
boolean |
eventPosted(java.util.EventObject event)
Called when an event is to be posted to the member. |
BusFilter |
getBusFilter()
Get the filter to that is used to determine if an event should to to the member. |
Method Detail |
public BusFilter getBusFilter()
public boolean eventPosted(java.util.EventObject event)
event
- Event to post.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |