|
JIVE Platform Release 0.2.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface EventSource.Listener
Listens to this event source for event notification.
| Method Summary | |
|---|---|
void |
eventOccurred(EventSource source,
Event event)
Called when an event is created by this event source. |
| Method Detail |
|---|
void eventOccurred(EventSource source,
Event event)
Listeners can take event-specific action by using
the Event.Visitor interface for double-dispatch.
source - the event sourceevent - the event that occurred
|
JIVE Platform Release 0.2.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||