Class org.as2lib.app.exec.ExecutableProcess

org.as2lib.app.exec.AbstractProcess
   +--org.as2lib.app.exec.ExecutableProcess

Description

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.

Method Index

new ExecutableProcess()

Inherited from AbstractProcess

addAllProcessListeners(), addProcessListener(), getAllProcessListeners(), getParentProcess(), getPercentage(), hasFinished(), hasStarted(), isPaused(), isRunning(), onFinishProcess(), onPauseProcess(), onProcessError(), onResumeProcess(), onStartProcess(), onUpdateProcess(), pause(), removeAllProcessListeners(), removeProcessListener(), resume(), setParentProcess(), start(), startSubProcess()

Constructor Detail

ExecutableProcess

public function ExecutableProcess(executable:Executable, args:Array)

Creates a new ExecutableProcess.

Parameters

executableExecuteable to be executed on process start.