JIVE Platform
Release 0.3.1

Uses of Interface
edu.bsu.cs.jive.events.EventSource

Packages that use EventSource
edu.bsu.cs.jive.events Interfaces that define the JiveLog representation for program execution history. 
edu.buffalo.cse.jive.core JIVE extensions of the JDT Debug model. 
 

Uses of EventSource in edu.bsu.cs.jive.events
 

Classes in edu.bsu.cs.jive.events that implement EventSource
 class AbstractEventSource
          Abstract event source implementation.
 

Methods in edu.bsu.cs.jive.events with parameters of type EventSource
 void EventSource.Listener.eventOccurred(EventSource source, Event event)
          Called when an event is created by this event source.
 

Uses of EventSource in edu.buffalo.cse.jive.core
 

Subinterfaces of EventSource in edu.buffalo.cse.jive.core
 interface IJiveEventLog
          A JIVE event log that supports listeners.
 


JIVE Platform
Release 0.3.1