| Package | org.springextensions.actionscript.core.task.command |
| SVN browsing | PauseCommand.as |
| Fisheye | PauseCommand.as |
| Class | public class PauseCommand |
| Inheritance | PauseCommand AbstractOperation flash.events.EventDispatcher |
| Implements | ICommand |
Documentation reference: tasks
| Method | Defined by | ||
|---|---|---|---|
|
PauseCommand(duration:uint)
| PauseCommand | ||
![]() |
addCompleteListener(listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Convenience method for adding a listener to the OperationEvent.COMPLETE event.
| AbstractOperation | |
![]() |
addErrorListener(listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Convenience method for adding a listener to the OperationEvent.ERROR event.
| AbstractOperation | |
![]() |
addTimeoutListener(listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Convenience method for adding a listener to the OperationEvent.TIMEOUT event.
| AbstractOperation | |
![]() |
dispatchCompleteEvent(result:* = null):Boolean
Convenience method for dispatching a
OperationEvent.COMPLETE event. | AbstractOperation | |
![]() |
dispatchErrorEvent(error:* = null):Boolean
Convenience method for dispatching a
OperationEvent.ERROR event. | AbstractOperation | |
![]() |
dispatchTimeoutEvent():Boolean
Convenience method for dispatching a
OperationEvent.TIMEOUT event. | AbstractOperation | |
|
execute():*
| PauseCommand | ||
![]() |
removeCompleteListener(listener:Function, useCapture:Boolean = false):void
Convenience method for removing a listener from the OperationEvent.COMPLETE event.
| AbstractOperation | |
![]() |
removeErrorListener(listener:Function, useCapture:Boolean = false):void
Convenience method for removing a listener from the OperationEvent.ERROR event.
| AbstractOperation | |
![]() |
removeTimeoutListener(listener:Function, useCapture:Boolean = false):void
Convenience method for removing a listener from the OperationEvent.TIMEOUT event.
| AbstractOperation | |
| Method | Defined by | ||
|---|---|---|---|
![]() |
startTimeout():void
| AbstractOperation | |
|
timerComplete_handler(event:TimerEvent):void
| PauseCommand | ||
| PauseCommand | () | constructor |
public function PauseCommand(duration:uint)Parameters
duration:uint |
| execute | () | method |
public function execute():*
Returns
* |
| timerComplete_handler | () | method |
protected function timerComplete_handler(event:TimerEvent):voidParameters
event:TimerEvent |