VEGAS AS3 Reference
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Transition
Package
graphics.transitions
Interface
public 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
Hide Inherited Public Properties
Show Inherited Public Properties
Property
Defined By
finishIt
:
Signaler
This signal emit when the notifyFinished method is invoked.
Action
id
: *
Indicates the id value of this object.
Identifiable
phase
: String
[read-only] The current phase of the action.
Action
running
: Boolean
[read-only] Indicates true if the action is in progress.
Action
startIt
:
Signaler
This signal emit when the notifyStarted method is invoked.
Action
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 when the process is finished.
Action
notifyStarted
():void
Notify when the process is started.
Action
resume
():void
Resume this object.
Resumable
run
(... arguments):void
Run the process.
Runnable
start
():void
Start the process or the command.
Startable
stop
():void
Stop the process.
Stoppable
Mardi Août 16 2011, 02:33 PM +02:00