Package | com.whirled |
Class | public class TargetedSubControl |
Inheritance | TargetedSubControl ![]() ![]() ![]() |
Subclasses | OfflinePlayerPropertyControl, PartySubControl, PlayerSubControlBase, RoomSubControlBase |
Method | Defined by | ||
---|---|---|---|
TargetedSubControl(parent:AbstractControl, targetId:int)
| TargetedSubControl | ||
![]() |
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener.
| AbstractControl | |
![]() |
doBatch(fn:Function, ... args):void
Execute the specified function as a batch of commands that will be sent to the server
together.
| AbstractSubControl | |
getTargetId():int
Get the targetId on which this control operates.
| TargetedSubControl | ||
![]() |
isConnected():Boolean
Are we connected and running inside the whirled environment, or has someone just
loaded up our SWF by itself?
| AbstractSubControl | |
![]() |
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Unregisters an event listener.
| AbstractControl |
TargetedSubControl | () | constructor |
public function TargetedSubControl(parent:AbstractControl, targetId:int)
Parameters
parent:AbstractControl |
|
targetId:int |
getTargetId | () | method |
public function getTargetId():int
Get the targetId on which this control operates.
Returnsint |