|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface to be implemented by an event service implementation.
| Method Summary | |
void |
addListener(java.lang.String threadPrefix,
EventListener listener)
Add a MaverickListener to the list of objects that will be sent MaverickEvents. |
void |
fireEvent(java.lang.String sourceThread,
Event evt)
Fire a MaverickEvent at all MaverickListeners that have registered an interest in events. |
void |
removeListener(java.lang.String threadPrefix)
Remove a MaverickListener from the list of objects that will be sent MaverickEventss. |
| Method Detail |
public void addListener(java.lang.String threadPrefix,
EventListener listener)
listener - listener to addpublic void removeListener(java.lang.String threadPrefix)
public void fireEvent(java.lang.String sourceThread,
Event evt)
evt - event to fire to all listener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||