Uses of Class
org.tanukisoftware.wrapper.event.WrapperEvent

Packages that use WrapperEvent
org.tanukisoftware.wrapper.event   
 

Uses of WrapperEvent in org.tanukisoftware.wrapper.event
 

Subclasses of WrapperEvent in org.tanukisoftware.wrapper.event
 class WrapperControlEvent
          WrapperControlEvent are used to notify the listener whenever the native wrapper code traps a system control signal against the Java process.
 class WrapperCoreEvent
          WrapperCoreEvents are used to notify the listener of the internal workings of the Wrapper.
 class WrapperPingEvent
          WrapperPingEvent are fired each time a ping is received from the Wrapper process.
 class WrapperServiceControlEvent
          WrapperServiceControlEvents are used to notify the listener whenever a Service Control Event is received by the service.
 class WrapperServiceEvent
          WrapperServiceEvents are used to notify the listener of events related the service.
 class WrapperTickEvent
          WrapperPingEvent are fired each time a ping is received from the Wrapper process.
 

Methods in org.tanukisoftware.wrapper.event with parameters of type WrapperEvent
 void WrapperEventListener.fired(WrapperEvent event)
          Called whenever a WrapperEvent is fired.
 



Copyright 1999, 2006 Tanuki Software Inc., All Rights Reserved.