|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--ilog.ds.IlBatchSupport
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 |
public IlBatchSupport()
| Method Detail |
protected boolean contains(BatchListener l)
true if containing the BatchListener
l.public void addBatchListener(BatchListener l)
BatchListener.l - The listener to addBatchListenerpublic void removeBatchListener(BatchListener l)
BatchListener.l - The listener to removeBatchListenerpublic void fireEndBatch(BatchEvent evt)
evt - the eventBatchEventpublic void fireStartBatch(BatchEvent evt)
evt - BatchEvent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||