|
JIVE Platform Release 0.2.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LoadEvent
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 |
|---|
void export(LoadEvent.Exporter exporter)
exporter - the reverse-builder
|
JIVE Platform Release 0.2.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||