Uses of Interface
solar.service.fork.TaskBatch.BatchListener

Packages that use TaskBatch.BatchListener
solar.service.fork   
 

Uses of TaskBatch.BatchListener in solar.service.fork
 

Classes in solar.service.fork that implement TaskBatch.BatchListener
 class SolarForkService
          An implementation of forking service.
 

Fields in solar.service.fork declared as TaskBatch.BatchListener
(package private)  TaskBatch.BatchListener TaskBatch._listener
           
 

Constructors in solar.service.fork with parameters of type TaskBatch.BatchListener
TaskBatch(java.lang.String taskfile, TaskBatch.BatchListener listener)