JIVE Platform
Release 0.3.1

edu.bsu.cs.jive.events
Interface EventSource.Listener

Enclosing interface:
EventSource

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

eventOccurred

void eventOccurred(EventSource source,
                   Event event)
Called when an event is created by this event source.

Listeners can take event-specific action by using the Event.Visitor interface for double-dispatch.

Parameters:
source - the event source
event - the event that occurred

JIVE Platform
Release 0.3.1