JIVE Platform
Release 0.3.1

edu.buffalo.cse.jive.core
Interface IJiveEventLog

All Superinterfaces:
EventSource

public interface IJiveEventLog
extends EventSource

A JIVE event log that supports listeners. As JIVE events are formed, they are stored for later use by a class implementing the interface.

See Also:
Event

Nested Class Summary
 
Nested classes/interfaces inherited from interface edu.bsu.cs.jive.events.EventSource
EventSource.Listener
 
Method Summary
 Event[] getEvents()
          Returns an array of JIVE events contained in the event log.
 
Methods inherited from interface edu.bsu.cs.jive.events.EventSource
addListener, removeListener
 

Method Detail

getEvents

Event[] getEvents()
Returns an array of JIVE events contained in the event log.

Returns:
an array of JIVE events

JIVE Platform
Release 0.3.1