| Package | graphics.transitions |
| Class | public class FrameEngine |
| Inheritance | FrameEngine Task Object |
| Implements | Startable, Stoppable |
| Subclasses | FrameTimer |
| Property | Defined By | ||
|---|---|---|---|
| enterFrame : Signaler [read-only]
The enterFrame signal reference of the frame engine. | FrameEngine | ||
![]() | finishIt : Signaler
This signal emit when the notifyFinished method is invoked. | Task | |
![]() | logger : Logger
Determinates the internal Logger reference of this Loggable object. | Task | |
![]() | phase : String [read-only]
The current phase of the action. | Task | |
![]() | 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 | |
| Method | Defined By | ||
|---|---|---|---|
Creates a new FrameEngine instance. | FrameEngine | ||
clone():* [override]
Returns a shallow copy of this object. | FrameEngine | ||
![]() | isLocked():Boolean
Returns true if the object is locked. | Task | |
![]() | lock():void
Locks the object. | Task | |
![]() | notifyFinished():void
Notify an ActionEvent when the process is finished. | Task | |
![]() | notifyStarted():void
Notify an ActionEvent when the process is started. | Task | |
run(... arguments):void [override]
Run the process. | FrameEngine | ||
start():void
Start the process. | FrameEngine | ||
stop():void
Stop the process. | FrameEngine | ||
![]() | unlock():void
Unlocks the display. | Task | |
| enterFrame | property |
enterFrame:Signaler [read-only] The enterFrame signal reference of the frame engine.
public function get enterFrame():Signaler| FrameEngine | () | Constructor |
public function FrameEngine()Creates a new FrameEngine instance.
| clone | () | method |
override public function clone():*Returns a shallow copy of this object.
Returns* — a shallow copy of this object.
|
| run | () | method |
override public function run(... arguments):voidRun the process.
Parameters
... arguments |
| start | () | method |
public function start():voidStart the process.
| stop | () | method |
public function stop():voidStop the process.