JIVE Platform
Release 0.3.1

edu.bsu.cs.jive.events
Interface LoadEvent

All Superinterfaces:
Event

public interface LoadEvent
extends Event

An event corresponding to a class' loading.

A load event may be fired for one class' loading, or it can represent the loading of a set of classes. For example, the first class loaded usually has the main method in it; this means that all superclasses of the class are also loaded and hence get static contours.


Nested Class Summary
static interface LoadEvent.Exporter
          A reverse-builder for a load event.
static interface LoadEvent.Importer
          A builder for a load event.
 
Nested classes/interfaces inherited from interface edu.bsu.cs.jive.events.Event
Event.Visitor
 
Method Summary
 void export(LoadEvent.Exporter exporter)
          Exports the event.
 
Methods inherited from interface edu.bsu.cs.jive.events.Event
accept, number, thread
 

Method Detail

export

void export(LoadEvent.Exporter exporter)
Exports the event.

Parameters:
exporter - the reverse-builder

JIVE Platform
Release 0.3.1