| Package | system.process |
| Interface | public interface Action extends Cloneable, Runnable |
| Implementors | Connection, CoreSound, NetServerConnection, Task |
| Property | Defined By | ||
|---|---|---|---|
| finishIt : Signaler
This signal emit when the notifyFinished method is invoked. | Action | ||
| phase : String [read-only]
The current phase of the action. | Action | ||
| running : Boolean [read-only]
Indicates true if the action is in progress. | Action | ||
| startIt : Signaler
This signal emit when the notifyStarted method is invoked. | Action | ||
| Method | Defined By | ||
|---|---|---|---|
![]() | clone():*
Creates and returns a shallow copy of the object. | Cloneable | |
notifyFinished():void
Notify when the process is finished. | Action | ||
notifyStarted():void
Notify when the process is started. | Action | ||
![]() | run(... arguments):void
Run the process. | Runnable | |
| finishIt | property |
finishIt:SignalerThis signal emit when the notifyFinished method is invoked.
public function get finishIt():Signaler public function set finishIt(value:Signaler):void| phase | property |
phase:String [read-only] The current phase of the action.
public function get phase():StringSee also
| running | property |
running:Boolean [read-only]
Indicates true if the action is in progress.
public function get running():Boolean| startIt | property |
startIt:SignalerThis signal emit when the notifyStarted method is invoked.
public function get startIt():Signaler public function set startIt(value:Signaler):void| notifyFinished | () | method |
public function notifyFinished():voidNotify when the process is finished.
| notifyStarted | () | method |
public function notifyStarted():voidNotify when the process is started.