Platform SDK Java 8.5 API Reference

com.genesyslab.platform.applicationblocks.warmstandby
Class WarmStandbyStateChangedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.genesyslab.platform.applicationblocks.warmstandby.WarmStandbyStateChangedEvent
All Implemented Interfaces:
java.io.Serializable

public class WarmStandbyStateChangedEvent
extends java.util.EventObject

WarmStandbyService state changed event notification class.

See Also:
WarmStandbyService, Serialized Form

Field 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

WarmStandbyStateChangedEvent

protected WarmStandbyStateChangedEvent(WarmStandbyService source,
                                       WarmStandbyState newState)
Constructs a prototypical Event.

Parameters:
source - The object on which the Event initially occurred
newState - new current state of the WarmStandbyService
Method Detail

getState

public final WarmStandbyState getState()
Gets current state of WarmStandbyService.

Returns:
current state

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.