Packageweavejs.api.core
Interfacepublic interface ILinkableVariable extends ILinkableObject
Implementors LinkableVariable, SessionStateLog

This is an interface for a primitive ILinkableObject that implements its own session state definition.



Public Methods
 MethodDefined By
  
This gets the value of this linkable variable.
ILinkableVariable
  
setSessionState(value:Object):void
This sets the value of this linkable variable.
ILinkableVariable
Method Detail
getSessionState()method
public function getSessionState():Object

This gets the value of this linkable variable.

Returns
Object — The session state of this object.
setSessionState()method 
public function setSessionState(value:Object):void

This sets the value of this linkable variable. The implementation of the object determines how to handle unexpected values.

Parameters

value:Object — The new session state for this object.