|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.genesyslab.platform.applicationblocks.warmstandby.WarmStandbyStateChangedEvent
public class WarmStandbyStateChangedEvent
WarmStandbyService state changed event notification class.
WarmStandbyService
,
Serialized FormField Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
protected |
WarmStandbyStateChangedEvent(WarmStandbyService source,
WarmStandbyState newState)
Constructs a prototypical Event. |
Method Summary | |
---|---|
WarmStandbyState |
getState()
Gets current state of WarmStandbyService. |
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 |
---|
protected WarmStandbyStateChangedEvent(WarmStandbyService source, WarmStandbyState newState)
source
- The object on which the Event initially occurrednewState
- new current state of the WarmStandbyServiceMethod Detail |
---|
public final WarmStandbyState getState()
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |