| Package | Description |
|---|---|
| net.sf.jiapi.event |
Event model for Jiapi.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExceptionEvent
ExceptionEvent objects are used to identify fields that are accessed
|
class |
FieldEvent
FieldEvent objects are used to identify fields that are accessed somehow.
|
class |
MethodEvent
MethodEvent objects are used to identify methods that are entered or exited.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
EventProducer.isProtected(JiapiEvent je)
Checks whether a given JiapiEvent is in protected mode. if JiapiEvent is
in protected mode, that event should not be fired.
|
void |
EventProducer.protect(JiapiEvent je)
This method protects application from entering into recursive event loop.
|
void |
EventProducer.release(JiapiEvent je)
This method releases
EventProducer so, that it is able to
produce more events for the sourceObject. |
Copyright © 2017. All rights reserved.