net.sourceforge.jsrvany
Class ServiceControlEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--net.sourceforge.jsrvany.ServiceControlEvent
Direct Known Subclasses:
ContinueServiceControlEvent, InterrogateServiceControlEvent, PauseServiceControlEvent, StartServiceControlEvent, StopServiceControlEvent, TerminateServiceControlEvent

public abstract class ServiceControlEvent
extends java.util.EventObject

This class is the iabstract base class of a family of events created by the winNT Service Control Panel

Copyright (c) 2000 Damian Fauth

 

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ServiceControlEvent(java.lang.Object source)
          constructor specifying the source of the event
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceControlEvent

public ServiceControlEvent(java.lang.Object source)
constructor specifying the source of the event
Parameters:
source - is the source of the event as an Object