Packagecom.electrotank.electroserver4.message.event
Classpublic class RoomVariableUpdateEvent
InheritanceRoomVariableUpdateEvent Inheritance EventImpl Inheritance MessageImpl



Public Properties
 PropertyDefined by
  minorType : String
RoomVariableUpdateEvent
  room : Room
RoomVariableUpdateEvent
 Inheritedtarget : Object
MessageImpl
 Inheritedtype : String
MessageImpl
  variable : RoomVariable
RoomVariableUpdateEvent
  VariableCreated : Number = 1
[static]
RoomVariableUpdateEvent
  VariableDeleted : Number = 3
[static]
RoomVariableUpdateEvent
  VariableUpdated : Number = 2
[static]
RoomVariableUpdateEvent
Public Methods
 MethodDefined by
  
RoomVariableUpdateEvent
 Inherited
Used internally when one client-request needs to be remapped to a server request.
MessageImpl
  
getLockChanged():Boolean
RoomVariableUpdateEvent
  
getLocked():Boolean
RoomVariableUpdateEvent
 Inherited
getMessageId():Number
The id of the message.
MessageImpl
 Inherited
The type of message being used.
MessageImpl
  
getName():String
RoomVariableUpdateEvent
  
getPersistent():Boolean
RoomVariableUpdateEvent
 Inherited
If this is not a real message, then get it.
MessageImpl
  
getRoomId():Number
RoomVariableUpdateEvent
  
getUpdateAction():Number
RoomVariableUpdateEvent
  
RoomVariableUpdateEvent
  
getValueChanged():Boolean
RoomVariableUpdateEvent
  
getZoneId():Number
RoomVariableUpdateEvent
 Inherited
setIsRealServerMessage(isRealServerMessage:Boolean):void
Used internally when one client-request needs to be remapped to a server request.
MessageImpl
  
setLockChanged(val:Boolean):void
RoomVariableUpdateEvent
  
setLocked(val:Boolean):void
RoomVariableUpdateEvent
 Inherited
setMessageId(id:Number):void
The id of the message.
MessageImpl
 Inherited
This defines the type of message being used, such as LoginRequest or CreateRoomVariableRequest.
MessageImpl
  
setName(str:String):void
RoomVariableUpdateEvent
  
setPersistent(val:Boolean):void
RoomVariableUpdateEvent
  
setRoomId(num:Number):void
RoomVariableUpdateEvent
  
setUpdateAction(num:Number):void
RoomVariableUpdateEvent
  
setValue(str:EsObject):void
RoomVariableUpdateEvent
  
setValueChanged(val:Boolean):void
RoomVariableUpdateEvent
  
setZoneId(num:Number):void
RoomVariableUpdateEvent
 Inherited
Every messages have varying optional fields.
MessageImpl
Property detail
minorTypeproperty
minorType:String  [read-write]Implementation
    public function get minorType():String
    public function set minorType(value:String):void
roomproperty 
room:Room  [read-write]Implementation
    public function get room():Room
    public function set room(value:Room):void
variableproperty 
variable:RoomVariable  [read-write]Implementation
    public function get variable():RoomVariable
    public function set variable(value:RoomVariable):void
VariableCreatedproperty 
public static var VariableCreated:Number = 1
VariableDeletedproperty 
public static var VariableDeleted:Number = 3
VariableUpdatedproperty 
public static var VariableUpdated:Number = 2
Constructor detail
RoomVariableUpdateEvent()constructor
public function RoomVariableUpdateEvent()
Method detail
getLockChanged()method
public function getLockChanged():Boolean

Returns
Boolean
getLocked()method 
public function getLocked():Boolean

Returns
Boolean
getName()method 
public function getName():String

Returns
String
getPersistent()method 
public function getPersistent():Boolean

Returns
Boolean
getRoomId()method 
public function getRoomId():Number

Returns
Number
getUpdateAction()method 
public function getUpdateAction():Number

Returns
Number
getValue()method 
public function getValue():EsObject

Returns
EsObject
getValueChanged()method 
public function getValueChanged():Boolean

Returns
Boolean
getZoneId()method 
public function getZoneId():Number

Returns
Number
setLockChanged()method 
public function setLockChanged(val:Boolean):voidParameters
val:Boolean
setLocked()method 
public function setLocked(val:Boolean):voidParameters
val:Boolean
setName()method 
public function setName(str:String):voidParameters
str:String
setPersistent()method 
public function setPersistent(val:Boolean):voidParameters
val:Boolean
setRoomId()method 
public function setRoomId(num:Number):voidParameters
num:Number
setUpdateAction()method 
public function setUpdateAction(num:Number):voidParameters
num:Number
setValue()method 
public function setValue(str:EsObject):voidParameters
str:EsObject
setValueChanged()method 
public function setValueChanged(val:Boolean):voidParameters
val:Boolean
setZoneId()method 
public function setZoneId(num:Number):voidParameters
num:Number