JIVE Platform
Release 0.3.1

edu.bsu.cs.jive.events
Interface EventSource

All Known Subinterfaces:
IJiveEventLog
All Known Implementing Classes:
AbstractEventSource

public interface EventSource

Identifies an entity that produces execution events.


Nested Class Summary
static interface EventSource.Listener
          Listens to this event source for event notification.
 
Method Summary
 void addListener(EventSource.Listener listener)
          Add a listener to this event source.
 void removeListener(EventSource.Listener listener)
          Remove a listener from this event source.
 

Method Detail

addListener

void addListener(EventSource.Listener listener)
Add a listener to this event source.

Parameters:
listener -

removeListener

void removeListener(EventSource.Listener listener)
Remove a listener from this event source.

Parameters:
listener -

JIVE Platform
Release 0.3.1