public interface BatchListener
BatchListener
is used to receive Batchable
object's event.Batchable
Modifier and Type | Method and Description |
---|---|
void |
batchEnded(BatchEvent e)
Called when batch is ended.
|
void |
batchStarted(BatchEvent e)
Called when batch is started.
|
void batchStarted(BatchEvent e)
e
- the batch eventvoid batchEnded(BatchEvent e)
e
- the batch eventCopyright © 2002 - 2010 Serva Software. All Rights Reserved.