Packagecom.electrotank.electroserver4.message.event
Classpublic class JoinZoneEvent
InheritanceJoinZoneEvent Inheritance EventImpl Inheritance MessageImpl



Public Properties
 PropertyDefined by
 Inheritedtarget : Object
MessageImpl
 Inheritedtype : String
MessageImpl
  zone : Zone
JoinZoneEvent
Public Methods
 MethodDefined by
  
JoinZoneEvent
 Inherited
Used internally when one client-request needs to be remapped to a server request.
MessageImpl
 Inherited
getMessageId():Number
The id of the message.
MessageImpl
 Inherited
The type of message being used.
MessageImpl
 Inherited
If this is not a real message, then get it.
MessageImpl
  
getRooms():Array
JoinZoneEvent
  
getZoneId():Number
JoinZoneEvent
  
getZoneName():String
JoinZoneEvent
 Inherited
setIsRealServerMessage(isRealServerMessage:Boolean):void
Used internally when one client-request needs to be remapped to a server request.
MessageImpl
 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
  
setRooms(arr:Array):void
JoinZoneEvent
  
setZoneId(num:Number):void
JoinZoneEvent
  
setZoneName(str:String):void
JoinZoneEvent
 Inherited
Every messages have varying optional fields.
MessageImpl
Property detail
zoneproperty
zone:Zone  [read-write]Implementation
    public function get zone():Zone
    public function set zone(value:Zone):void
Constructor detail
JoinZoneEvent()constructor
public function JoinZoneEvent()
Method detail
getRooms()method
public function getRooms():Array

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

Returns
Number
getZoneName()method 
public function getZoneName():String

Returns
String
setRooms()method 
public function setRooms(arr:Array):voidParameters
arr:Array
setZoneId()method 
public function setZoneId(num:Number):voidParameters
num:Number
setZoneName()method 
public function setZoneName(str:String):voidParameters
str:String