Interface org.as2lib.app.exec.BatchStartListener

Description

BatchStartListener is a defintion for a observer of the start of a Batch.

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

See Also

Method Index

onBatchStart()

Method Detail

onBatchStart

public function onBatchStart(batch:Batch):Void

Method to be executed if a Batch starts execution.

Parameters