Uses of Package
org.tanukisoftware.wrapper.event
Packages that use org.tanukisoftware.wrapper.event
-
Classes in org.tanukisoftware.wrapper.event used by org.tanukisoftware.wrapperClassDescriptionWrapperEventListeners can be registered with the WrapperManager class to receive WrapperEvents.
-
Classes in org.tanukisoftware.wrapper.event used by org.tanukisoftware.wrapper.eventClassDescriptionWrapperConsumableEvent is used to keep trace whether the event has been handled or not.WrapperCoreEvents are used to notify the listener of the internal workings of the Wrapper.WrapperEvents are used to notify WrapperEventListeners of various wrapper related events.WrapperLoggingEvents are used to notify the listener of events related to logging such as updates to the log file name.WrapperRemoteControlEvent are fired when a signal is caught from outside the Wrapper (for example a signal coming from a pipe).WrapperServicePauseResumeEvents are used to notify the listener that the Wrapper is requesting that the Java application be paused or resumed.WrapperServiceEvents are used to notify the listener of events related the service.