![]() | ![]() |


Definition at line 11 of file ExecuteMethodTask.as.
Public Member Functions | |
| function get | MethodArguments () |
| function set | MethodArguments (aValue:Array) |
| function | isRunning () |
| function | start () |
| function | isImmediatelyInterruptable () |
| function | interrupt () |
Static Public Member Functions | |
| static function | create (aMethodScope:Object, aMethodFunction:Function, aMethodArguments:Array) |
Private Member Functions | |
| function | ExecuteMethodTask (aMethodScope:Object, aMethodFunction:Function, aMethodArguments:Array) |
Private Attributes | |
| var | mIsRunning:Boolean |
| var | mMethodScope:Object |
| var | mMethodFunction:Function |
| var | mMethodArguments: Array |
| function gugga.sequence.ExecuteMethodTask.ExecuteMethodTask | ( | aMethodScope:Object | , | |
| aMethodFunction:Function | , | |||
| aMethodArguments:Array | ||||
| ) | [private] |
Definition at line 22 of file ExecuteMethodTask.as.
| function get gugga.sequence.ExecuteMethodTask.MethodArguments | ( | ) |
Definition at line 19 of file ExecuteMethodTask.as.
| function set gugga.sequence.ExecuteMethodTask.MethodArguments | ( | aValue:Array | ) |
Definition at line 20 of file ExecuteMethodTask.as.
| function gugga.sequence.ExecuteMethodTask.isRunning | ( | ) |
Definition at line 30 of file ExecuteMethodTask.as.
| function gugga.sequence.ExecuteMethodTask.start | ( | ) |
Definition at line 35 of file ExecuteMethodTask.as.
References gugga.events.EventDispatcher.dispatchEvent().
Here is the call graph for this function:

| function gugga.sequence.ExecuteMethodTask.isImmediatelyInterruptable | ( | ) |
Definition at line 44 of file ExecuteMethodTask.as.
| function gugga.sequence.ExecuteMethodTask.interrupt | ( | ) |
Definition at line 49 of file ExecuteMethodTask.as.
References gugga.events.EventDispatcher.dispatchEvent().
Here is the call graph for this function:

| static function gugga.sequence.ExecuteMethodTask.create | ( | aMethodScope:Object | , | |
| aMethodFunction:Function | , | |||
| aMethodArguments:Array | ||||
| ) | [static] |
Definition at line 55 of file ExecuteMethodTask.as.
var gugga.sequence.ExecuteMethodTask.mIsRunning [private] |
Definition at line 13 of file ExecuteMethodTask.as.
var gugga.sequence.ExecuteMethodTask.mMethodScope [private] |
Definition at line 15 of file ExecuteMethodTask.as.
var gugga.sequence.ExecuteMethodTask.mMethodFunction [private] |
Definition at line 16 of file ExecuteMethodTask.as.
var gugga.sequence.ExecuteMethodTask.mMethodArguments [private] |
Definition at line 18 of file ExecuteMethodTask.as.
1.5.2