CommandMS
| Kind of class: | public class |
|---|---|
| Package: | com.bourre.commands |
| Inherits from: | none |
| Known subclasses: | |
| Author: | Francis Bourre |
| Classpath: | com.bourre.commands.CommandMS |
| File last modified: | Monday, 24 November 2008, 11:36:52 |
Summary
Constructor
Instance methods
- push (oC:Command, nMs:Number) : String
- pushWithName (oC:Command, nMs:Number, sN:String = null) : String
- delay (oC:Command, nMs:Number) : void
- remove (oC:Command) : Boolean
- removeWithName (sN:String) : Boolean
- stop (oC:Command) : Boolean
- stopWithName (sN:String) : Boolean
- resume (oC:Command) : Boolean
- resumeWithName (sN:String) : Boolean
- getLength : Number
- removeAll : void
- toString : String
Constructor
CommandMS
public function CommandMS (
)
Instance methods
delay
getLength
public function getLength (
) : Number
push
pushWithName
remove
removeAll
public function removeAll (
) : void
removeWithName
public function removeWithName (
sN:String) : Boolean
resume
resumeWithName
public function resumeWithName (
sN:String) : Boolean
stop
stopWithName
public function stopWithName (
sN:String) : Boolean
toString
public function toString (
) : String