public interface RequestExit
Exits should not invoke the System.exit() method or any other methods that alter the state of the running Java virtual machine.
Modifier and Type | Method and Description |
---|---|
void |
eventFired(RequestEvent event,
java.util.Map<RequestData,java.lang.Object> data)
This method is called for each defined MonitorEvent.
|
void eventFired(RequestEvent event, java.util.Map<RequestData,java.lang.Object> data)
event
- at which the exit is calleddata
- read-only Map of monitoring data