Packagecom.bourre.commands
Classpublic class CommandManagerMS
InheritanceCommandManagerMS Inheritance CommandMS

Player version: Flash Player 9.0
Language version: ActionScript 3.0

The CommandManagerMS class defines singleton access to CommandMS object.

See also

CommandMS


Public Methods
 MethodDefined by
 Inherited
delay(oC:Command, nMs:Number):String
Stores passed-in command and wait for passed-in timer before executes it.
Command is removed after execution.
CommandMS
  
[static] Returns singleton instance of CommandManagerMS
CommandManagerMS
 Inherited
getLength():Number
Returns execution list length.
CommandMS
 Inherited
push(oC:Command, nMs:Number):String
Adds passed-in command to execution list and execute it now.
CommandMS
 Inherited
pushWithName(oC:Command, nMs:Number, sN:String = null):String
Adds passed-in command to execution list and executes it now.
CommandMS
  
release():void
[static] Releases instance.
CommandManagerMS
 Inherited
remove(oC:Command):Boolean
Removes passed-in command from execution list.
CommandMS
 Inherited
removeAll():void
Removes all objects from execution list and from buffer.
CommandMS
 Inherited
removeWithName(sN:String):Boolean
Removes command registered with passed-in name from execution list.
CommandMS
 Inherited
resume(oC:Command):Boolean
Submits passed-in command into execution list.
CommandMS
 Inherited
resumeWithName(sN:String):Boolean
Submits command registered with passed-in name into execution list.
CommandMS
 Inherited
stop(oC:Command):Boolean
Excludes passed-in command from execution list.
CommandMS
 Inherited
stopWithName(sN:String):Boolean
Excludes command registered with passed-in name from execution list.
CommandMS
 Inherited
toString():String
Returns string representation of instance.
CommandMS
Protected Methods
 MethodDefined by
 Inherited
_delay(sN:String):void
Executes a delay call.
CommandMS
 Inherited
_getNameID():String
Returns a unique identifier.
CommandMS
 Inherited
_notify(s:String):Boolean
Adds command registered with passed-in identifier into execution list.
CommandMS
 Inherited
_push(oC:Command, nMs:Number, sN:String):String
Registers passed-in command with passed-in name.
CommandMS
 Inherited
_remove(s:String):Boolean
CommandMS
 Inherited
_stop(s:String):Boolean
Removes command registered with passed-in identifier.
CommandMS
Method detail
getInstance()method
public static function getInstance():CommandManagerMS

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns singleton instance of CommandManagerMS

Returns
CommandManagerMS — The singleton instance of CommandManagerMS
release()method 
public static function release():void

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Releases instance.