Interface org.as2lib.app.exec.ProcessErrorListener

Description

ProcessErrorListener is a defintion for a observer of error that occur during the execution of a Process.

To observe errors that occur during the execution of a Process you can implement this interface and add your implementation with Process.addListener to observe a certain Process.

See Also

Method Index

onProcessError()

Method Detail

onProcessError

public function onProcessError(process:Process, error):Boolean

Method to be executed if a error occured during the execution of the Process

Parameters

processProcess where a error occured
errorerror that occured during execution

Return

true to consume the event