VEGAS AS3 Reference
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Runnable
Methods
Package
system.process
Interface
public interface Runnable
Implementors
AntPen
,
Batch
,
Command
,
Delegate
,
Minifier
,
OrderedMapModel
,
PageableArrayModel
This interface should be implemented by any class whose instances are intended to be executed.
Public Methods
Method
Defined By
run
(... arguments):void
Run the process.
Runnable
Method Detail
run
()
method
public function run(... arguments):void
Run the process.
Parameters
...
arguments
Mardi Août 16 2011, 02:33 PM +02:00