Packagepegas.transitions
Interfacepublic interface ITransition extends IAction, Cloneable, flash.events.IEventDispatcher, Runnable, Identifiable
ImplementorsAbstractTransition

The ITransition interface define all process in the application who creates transition effects.



Public Properties
 PropertyDefined by
 Inheritedid : *
Indicates the id value of this object.
Identifiable
Public Methods
 MethodDefined by
 Inherited
clone():*
Creates and returns a shallow copy of the object.
Cloneable
 Inherited
Notify an ActionEvent when the process is finished.
IAction
 Inherited
Notify an ActionEvent when the process is started.
IAction
 Inherited
run(... arguments):void
Run the process.
Runnable
Events
 EventSummaryDefined by
 Inherited Dispatched when a process is finished.IAction
 Inherited Dispatched when a process is started.IAction