Uses of Class
org.tanukisoftware.wrapper.event.WrapperServiceEvent
-
Packages that use WrapperServiceEvent Package Description org.tanukisoftware.wrapper.event -
-
Uses of WrapperServiceEvent in org.tanukisoftware.wrapper.event
Subclasses of WrapperServiceEvent in org.tanukisoftware.wrapper.event Modifier and Type Class Description classWrapperServiceActionEventWrapperServicePauseResumeEvents are used to notify the listener that the Wrapper is requesting that the Java application be paused or resumed.classWrapperServiceControlEventWrapperServiceControlEvents are used to notify the listener whenever a Service Control Event is received by the service.classWrapperServicePauseEventWrapperServicePauseEvents are used to notify the listener that the Wrapper is requesting that the Java application be paused.classWrapperServiceResumeEventWrapperServiceResumeEvents are used to notify the listener that the Wrapper is requesting that the Java application be resumed.
-