| Package | com.bourre.commands |
| Class | public class CommandManagerMS |
| Inheritance | CommandManagerMS CommandMS |
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
CommandMS object.
See also
| Method | Defined by | ||
|---|---|---|---|
![]() |
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 | ||
![]() |
getLength():Number
Returns execution list length.
| CommandMS | |
![]() |
Adds passed-in command to execution list and execute it now.
| CommandMS | |
![]() |
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 | ||
![]() |
Removes passed-in command from execution list.
| CommandMS | |
![]() |
removeAll():void
Removes all objects from execution list and from buffer.
| CommandMS | |
![]() |
removeWithName(sN:String):Boolean
Removes command registered with passed-in name from
execution list.
| CommandMS | |
![]() |
Submits passed-in command into execution list.
| CommandMS | |
![]() |
resumeWithName(sN:String):Boolean
Submits command registered with passed-in name
into execution list.
| CommandMS | |
![]() |
Excludes passed-in command from execution list.
| CommandMS | |
![]() |
stopWithName(sN:String):Boolean
Excludes command registered with passed-in name
from execution list.
| CommandMS | |
![]() |
toString():String
Returns string representation of instance.
| CommandMS | |
| getInstance | () | method |
public static function getInstance():CommandManagerMS
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Returns singleton instance of CommandManagerMS
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.