fm.liveswitch.WebSocketOpenSuccessArgs Class Reference

Arguments for fm.liveswitch.WebSocketOpenArgs#getOnSuccess. More...

Public Member Functions

fm.liveswitch.WebSocketOpenArgs getOpenArgs ()
 Gets the original arguments passed to the open method. More...
 
void setOpenArgs (fm.liveswitch.WebSocketOpenArgs value)
 Sets the original arguments passed to the open method. More...
 
 WebSocketOpenSuccessArgs ()
 
- Public Member Functions inherited from fm.liveswitch.Dynamic
java.util.HashMap< String, Object > getDynamicProperties ()
 Gets all dynamic properties on this instance. More...
 
Object getDynamicValue (String key)
 Gets a property value from the local cache. More...
 
void setDynamicValue (String key, Object value)
 Sets a property value in the local cache. More...
 
boolean unsetDynamicValue (String key)
 Removes a property value from the local cache. More...
 

Additional Inherited Members

- Protected Member Functions inherited from fm.liveswitch.Dynamic
 Dynamic ()
 
- Protected Member Functions inherited from fm.liveswitch.Serializable
boolean getIsDirty ()
 Gets a value indicating whether this instance is dirty. More...
 
 Serializable ()
 Initializes a new instance of the fm.liveswitch.Serializable class. More...
 
void setIsDirty (boolean value)
 Sets a value indicating whether this instance is dirty. More...
 

Detailed Description

Constructor & Destructor Documentation

◆ WebSocketOpenSuccessArgs()

fm.liveswitch.WebSocketOpenSuccessArgs.WebSocketOpenSuccessArgs ( )

Member Function Documentation

◆ getOpenArgs()

fm.liveswitch.WebSocketOpenArgs fm.liveswitch.WebSocketOpenSuccessArgs.getOpenArgs ( )

Gets the original arguments passed to the open method.

◆ setOpenArgs()

void fm.liveswitch.WebSocketOpenSuccessArgs.setOpenArgs ( fm.liveswitch.WebSocketOpenArgs  value)

Sets the original arguments passed to the open method.