endrov.core.batch
Class CompleteBatch

java.lang.Object
  extended by endrov.core.batch.CompleteBatch
All Implemented Interfaces:
BatchListener

public class CompleteBatch
extends java.lang.Object
implements BatchListener

Run a batch and don't return until the job is done. Simplifies using EV as a library.


Constructor Summary
CompleteBatch(BatchThread c)
           
 
Method Summary
 void batchDone()
           
 void batchError(java.lang.String s)
           
 void batchLog(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompleteBatch

public CompleteBatch(BatchThread c)
Method Detail

batchLog

public void batchLog(java.lang.String s)
Specified by:
batchLog in interface BatchListener

batchError

public void batchError(java.lang.String s)
Specified by:
batchError in interface BatchListener

batchDone

public void batchDone()
Specified by:
batchDone in interface BatchListener