wt.services
Class StandardManagerServiceEvent

java.lang.Object
  extended bywt.events.KeyedEvent
      extended bywt.services.StandardManagerServiceEvent

public class StandardManagerServiceEvent
extends KeyedEvent

Used to represent events occuring within the Services package.

Supported API: true

Extendable: false


Field Summary
static String ALL_SERVICES_STARTED
          Event used to signal that all sevices have been started up successfully
 
Fields inherited from class wt.events.KeyedEvent
 
Constructor Summary
StandardManagerServiceEvent(String eventType)
          Constructs a Services Manager Event of the given event Type
 
Method Summary
static String generateEventKey(String eventType)
          Generate a prototype key based on the class of the event and a user defined type.
 
Methods inherited from class wt.events.KeyedEvent
generateEventKey, generateEventKey, getConceptualClassname, getEventKey, getEventTarget, getEventType, toMultiObjectEvent, toSingleObjectEvents, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ALL_SERVICES_STARTED

public static final String ALL_SERVICES_STARTED
Event used to signal that all sevices have been started up successfully

See Also:
Constant Field Values
Constructor Detail

StandardManagerServiceEvent

public StandardManagerServiceEvent(String eventType)
Constructs a Services Manager Event of the given event Type

Method Detail

generateEventKey

public static String generateEventKey(String eventType)
Generate a prototype key based on the class of the event and a user defined type.

Parameters:
eventType - the type of the event, may be null.
Returns:
a prototype