ilog.ds
Class IlBatchSupport
java.lang.Object
|
+--ilog.ds.IlBatchSupport
- public class IlBatchSupport
- extends Object
Class supporting BatchListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IlBatchSupport
public IlBatchSupport()
- Constructor
contains
protected boolean contains(BatchListener l)
- Returns:
true
if containing the BatchListener
l
.
addBatchListener
public void addBatchListener(BatchListener l)
- Adds a
BatchListener
.
- Parameters:
l
- The listener to add- See Also:
BatchListener
removeBatchListener
public void removeBatchListener(BatchListener l)
- Removes a
BatchListener
.
- Parameters:
l
- The listener to remove- See Also:
BatchListener
fireEndBatch
public void fireEndBatch(BatchEvent evt)
- Notifies listeners the end of the batch process.
- Parameters:
evt
- the event- See Also:
BatchEvent
fireStartBatch
public void fireStartBatch(BatchEvent evt)
- Notifies listeners the start of the batch process.
- Parameters:
evt
- - See Also:
BatchEvent