|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EventService
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(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 |
|---|
void addListener(java.lang.String threadPrefix,
EventListener listener)
listener - listener to addvoid removeListener(java.lang.String threadPrefix)
listener - listener to removevoid fireEvent(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 | ||||||||