VEGAS AS3 Reference
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Interface ITransition
Properties
|
Methods
|
Events
Package
pegas.transitions
Interface
public interface ITransition extends
IAction
,
Cloneable
,
flash.events.IEventDispatcher
,
Runnable
,
Identifiable
Implementors
AbstractTransition
The ITransition interface define all process in the application who creates transition effects.
Public Properties
Hide Inherited Public Properties
Show Inherited Public Properties
Property
Defined by
id
: *
Indicates the id value of this object.
Identifiable
Public Methods
Hide Inherited Public Methods
Show Inherited Public Methods
Method
Defined by
clone
():*
Creates and returns a shallow copy of the object.
Cloneable
notifyFinished
():void
Notify an ActionEvent when the process is finished.
IAction
notifyStarted
():void
Notify an ActionEvent when the process is started.
IAction
run
(... arguments):void
Run the process.
Runnable
Events
Hide Inherited Events
Show Inherited Events
Event
Summary
Defined by
onFinished
Dispatched when a process is finished.
IAction
onStarted
Dispatched when a process is started.
IAction