JIVE Platform
Release 0.2.2

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

Packages that use Event
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. 
edu.buffalo.cse.jive.sequence Sequence model used to represent program execution history. 
 

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

Subinterfaces of Event in edu.bsu.cs.jive.events
 interface AssignEvent
          An event corresponding to the assigning of a value to a variable.
 interface CallEvent
          An event corresponding to a method call.
 interface EOSEvent
          An end-of-statement event.
 interface ExceptionEvent
          An event corresponding to an exception's being caught.
 interface ExitEvent
          An event corresponding to the exit of the VM.
 interface LoadEvent
          An event corresponding to a class' loading.
 interface NewEvent
          An event corresponding to the creation of an object.
 interface ReturnEvent
          Event that represents a method's return.
 interface StartEvent
          An event generated at the very beginning of a program's execution.
 

Methods in edu.bsu.cs.jive.events with parameters of type Event
 void EventSource.Listener.eventOccurred(EventSource source, Event event)
          Called when an event is created by this event source.
protected  void AbstractEventSource.fireEvent(Event e)
          Fire an event to all listeners.
 

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

Methods in edu.buffalo.cse.jive.core that return Event
 Event[] IJiveEventLog.getEvents()
          Returns an array of JIVE events contained in the event log.
 

Uses of Event in edu.buffalo.cse.jive.sequence
 

Methods in edu.buffalo.cse.jive.sequence that return Event
 Event EventOccurrence.underlyingEvent()
          Returns the underlying event in which the event occurrence encapsulates.
 


JIVE Platform
Release 0.2.2