solar.service.fork
Interface TaskBatch.BatchListener

All Known Implementing Classes:
SolarForkService
Enclosing interface:
TaskBatch

static interface TaskBatch.BatchListener


Method Summary
 void batchFinished()
           
 void startTask(Task task)
           
 

Method Detail

startTask

public void startTask(Task task)
               throws java.lang.Exception
java.lang.Exception

batchFinished

public void batchFinished()