org.as2lib.app.exec.AbstractProcess +--org.as2lib.app.exec.ExecutableProcess
ExecutableProcess
is a Wrapper for Executable's to be
executable as a Process.
As Executables have no response features this is a wrapper for using any executable as process.
addAllProcessListeners(), addProcessListener(), getAllProcessListeners(), getParentProcess(), getPercentage(), hasFinished(), hasStarted(), isPaused(), isRunning(), onFinishProcess(), onPauseProcess(), onProcessError(), onResumeProcess(), onStartProcess(), onUpdateProcess(), pause(), removeAllProcessListeners(), removeProcessListener(), resume(), setParentProcess(), start(), startSubProcess()
public function ExecutableProcess(executable:Executable, args:Array)
Creates a new ExecutableProcess.
executable | Executeable to be executed on process start. |