| Package | system.process |
| Class | public class CoreAction |
| Inheritance | CoreAction Task Object |
| Subclasses | CoreActionLoader, CoreTransition, CountDown, DelayedTask, ObjectDefinitionContainer, Pause, RemotingService, TaskGroup |
Action interface.
| Property | Defined By | ||
|---|---|---|---|
| changeIt : Signaler
This signal emit when the notifyChanged method is invoked. | CoreAction | ||
| clearIt : Signaler
This signal emit when the notifyCleared method is invoked. | CoreAction | ||
![]() | finishIt : Signaler
This signal emit when the notifyFinished method is invoked. | Task | |
| infoIt : Signaler
This signal emit when the notifyInfo method is invoked. | CoreAction | ||
![]() | logger : Logger
Determinates the internal Logger reference of this Loggable object. | Task | |
| looping : Boolean
The flag to determinate if the Action object is looped. | CoreAction | ||
| loopIt : Signaler
This signal emit when the notifyLooped method is invoked. | CoreAction | ||
| pauseIt : Signaler
This signal emit when the notifyPause method is invoked. | CoreAction | ||
![]() | phase : String [read-only]
The current phase of the action. | Task | |
| progressIt : Signaler
This signal emit when the notifyProgress method is invoked. | CoreAction | ||
| resumeIt : Signaler
This signal emit when the notifyResumed method is invoked. | CoreAction | ||
![]() | running : Boolean [read-only]
Indicates true if the process is in progress. | Task | |
![]() | startIt : Signaler
This signal emit when the notifyStarted method is invoked. | Task | |
| stopIt : Signaler
This signal emit when the notifyStopped method is invoked. | CoreAction | ||
| timeoutIt : Signaler
This signal emit when the notifyTimeOut method is invoked. | CoreAction | ||
| Method | Defined By | ||
|---|---|---|---|
Creates a new CoreAction instance. | CoreAction | ||
clone():* [override]
Returns a shallow copy of this object. | CoreAction | ||
![]() | isLocked():Boolean
Returns true if the object is locked. | Task | |
![]() | lock():void
Locks the object. | Task | |
notifyChanged():void
Notify when the process is changed. | CoreAction | ||
notifyCleared():void
Notify when the process is cleared. | CoreAction | ||
![]() | notifyFinished():void
Notify an ActionEvent when the process is finished. | Task | |
notifyInfo(info:*):void
Notify a specific information when the process is changed. | CoreAction | ||
notifyLooped():void
Notify when the process is looped. | CoreAction | ||
notifyPaused():void
Notify when the process is paused. | CoreAction | ||
notifyProgress():void
Notify when the process is in progress. | CoreAction | ||
notifyResumed():void
Notify when the process is resumed. | CoreAction | ||
![]() | notifyStarted():void
Notify an ActionEvent when the process is started. | Task | |
notifyStopped():void
Notify when the process is stopped. | CoreAction | ||
notifyTimeOut():void
Notify when the process is out of time. | CoreAction | ||
![]() | run(... arguments):void
Run the process. | Task | |
![]() | unlock():void
Unlocks the display. | Task | |
| changeIt | property |
changeIt:SignalerThis signal emit when the notifyChanged method is invoked.
public function get changeIt():Signaler public function set changeIt(value:Signaler):void| clearIt | property |
clearIt:SignalerThis signal emit when the notifyCleared method is invoked.
public function get clearIt():Signaler public function set clearIt(value:Signaler):void| infoIt | property |
infoIt:SignalerThis signal emit when the notifyInfo method is invoked.
public function get infoIt():Signaler public function set infoIt(value:Signaler):void| looping | property |
public var looping:BooleanThe flag to determinate if the Action object is looped.
| loopIt | property |
loopIt:SignalerThis signal emit when the notifyLooped method is invoked.
public function get loopIt():Signaler public function set loopIt(value:Signaler):void| pauseIt | property |
pauseIt:SignalerThis signal emit when the notifyPause method is invoked.
public function get pauseIt():Signaler public function set pauseIt(value:Signaler):void| progressIt | property |
progressIt:SignalerThis signal emit when the notifyProgress method is invoked.
public function get progressIt():Signaler public function set progressIt(value:Signaler):void| resumeIt | property |
resumeIt:SignalerThis signal emit when the notifyResumed method is invoked.
public function get resumeIt():Signaler public function set resumeIt(value:Signaler):void| stopIt | property |
stopIt:SignalerThis signal emit when the notifyStopped method is invoked.
public function get stopIt():Signaler public function set stopIt(value:Signaler):void| timeoutIt | property |
timeoutIt:SignalerThis signal emit when the notifyTimeOut method is invoked.
public function get timeoutIt():Signaler public function set timeoutIt(value:Signaler):void| CoreAction | () | Constructor |
public function CoreAction()Creates a new CoreAction instance.
| clone | () | method |
override public function clone():*Returns a shallow copy of this object.
Returns* — a shallow copy of this object.
|
| notifyChanged | () | method |
public function notifyChanged():voidNotify when the process is changed.
| notifyCleared | () | method |
public function notifyCleared():voidNotify when the process is cleared.
| notifyInfo | () | method |
public function notifyInfo(info:*):voidNotify a specific information when the process is changed.
Parameters
info:* |
| notifyLooped | () | method |
public function notifyLooped():voidNotify when the process is looped.
| notifyPaused | () | method |
public function notifyPaused():voidNotify when the process is paused.
| notifyProgress | () | method |
public function notifyProgress():voidNotify when the process is in progress.
| notifyResumed | () | method |
public function notifyResumed():voidNotify when the process is resumed.
| notifyStopped | () | method |
public function notifyStopped():voidNotify when the process is stopped.
| notifyTimeOut | () | method |
public function notifyTimeOut():voidNotify when the process is out of time.