Packagesystem.process
Interfacepublic 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
 MethodDefined By
  
run(... arguments):void
Run the process.
Runnable
Method Detail
run()method
public function run(... arguments):void

Run the process.

Parameters

... arguments