Interface org.as2lib.app.exec.ProcessFinishListener

Description

ProcessFinishListener is a defintion for a Observer of the completion of a Process.

To observe the completion of a Process you can implement this interface and add your implementation with Process.addListener to observe a certain Process.

See Also

Method Index

onProcessFinish()

Method Detail

onProcessFinish

public function onProcessFinish(process:Process):Void

Method to be executed if a Process finishes its execution.

Parameters

processProcess that finished with execution