org.tanukisoftware.wrapper.event
Class WrapperServiceControlEvent
public class WrapperServiceControlEvent
WrapperServiceControlEvents are used to notify the listener whenever a
Service Control Event is received by the service. These events will
only be fired on Windows platforms when the Wrapper is running as a
service.
WrapperServiceControlEvent
public WrapperServiceControlEvent(int serviceControlCode)
Creates a new WrapperServiceControlEvent.
serviceControlCode
- Service Control Code.
getServiceControlCode
public int getServiceControlCode()
Returns the event code of the Service Control Code.
- The event code of the Service Control Code.
toString
public String toString()
Returns a string representation of the event.
- A string representation of the event.
Copyright 1999, 2006 Tanuki Software Inc., All Rights Reserved.