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.
public function onBatchStart(batch:Batch):Void
Method to be executed if a Batch starts execution.