Packagegraphics.transitions
Interfacepublic interface Transition extends Action, Resumable, Startable, Stoppable, ValueObject, Identifiable, Cloneable, Runnable
Implementors CoreTransition

Defines all process in the application who creates transition effects.



Public Properties
 PropertyDefined By
 InheritedfinishIt : Signaler
This signal emit when the notifyFinished method is invoked.
Action
 Inheritedid : *
Indicates the id value of this object.
Identifiable
 Inheritedphase : String
[read-only] The current phase of the action.
Action
 Inheritedrunning : Boolean
[read-only] Indicates true if the action is in progress.
Action
 InheritedstartIt : Signaler
This signal emit when the notifyStarted method is invoked.
Action
Public Methods
 MethodDefined By
 Inherited
clone():*
Creates and returns a shallow copy of the object.
Cloneable
 Inherited
Notify when the process is finished.
Action
 Inherited
Notify when the process is started.
Action
 Inherited
resume():void
Resume this object.
Resumable
 Inherited
run(... arguments):void
Run the process.
Runnable
 Inherited
start():void
Start the process or the command.
Startable
 Inherited
stop():void
Stop the process.
Stoppable