ilog.ds
Class IlBatchSupport

java.lang.Object
  |
  +--ilog.ds.IlBatchSupport

public class IlBatchSupport
extends Object

Class supporting BatchListener


Constructor Summary
IlBatchSupport()
          Constructor
 
Method Summary
 void addBatchListener(BatchListener l)
          Adds a BatchListener.
protected  boolean contains(BatchListener l)
           
 void fireEndBatch(BatchEvent evt)
          Notifies listeners the end of the batch process.
 void fireStartBatch(BatchEvent evt)
          Notifies listeners the start of the batch process.
 void removeBatchListener(BatchListener l)
          Removes a BatchListener.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IlBatchSupport

public IlBatchSupport()
Constructor
Method Detail

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