|
||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
ExceptionListener | This Listener listens to Exception events. |
FieldListener | This Listener listens to Field access events. |
JiapiListener | Tagging interface used with jiapi events |
MethodListener | This Listener listens to method events. |
Class Summary | |
---|---|
EventInstrumentor | Class EventInstrumentor. |
EventProducer | Base class for event producers. |
EventRuntime | This class is a class that holds mainly static common methods, which are used by other Jiapi classes. |
ExceptionEvent | ExceptionEvent objects are used to identify fields that are accessed |
ExceptionEventProducer | This class registers itself to Jiapi runtime and tracks Exception related events. |
FieldEvent | FieldEvent objects are used to identify fields that are accessed somehow. |
FieldEventProducer | This class registers itself to Jiapi runtime and tracks field accesses. |
JiapiEvent | Base class for Jiapi events. |
MethodEvent | MethodEvent objects are used to identify methods that are entered or exited. |
MethodEventProducer | This class registers itself to Jiapi runtime and tracks method entries and exits. |
Event model for Jiapi. This package defines a event model similar to one
used in swing and other Java packages. Events are produced by
EventProducer
s. There are differend kinds of events :
|
||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |