Interface org.as2lib.app.exec.BatchFinishListener

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

onBatchFinish()

Method Detail

onBatchFinish

public function onBatchFinish(batch:Batch):Void

Method to be executed if a Batch finishes its execution.

Parameters

batchBatch that finished with execution