Uses of Interface
org.kalmeo.util.worker.WorkerTask

Packages that use WorkerTask
org.kalmeo.util.worker   
 

Uses of WorkerTask in org.kalmeo.util.worker
 

Methods in org.kalmeo.util.worker with parameters of type WorkerTask
 void WorkerErrorListener.onWorkerError(WorkerTask task, java.lang.Error error)
          The catched error in Worker loop
 void WorkerErrorListener.onWorkerException(WorkerTask task, java.lang.Exception exception)
          The catched exception in Worker loop
 void Worker.pushTask(WorkerTask task)
          Push a task to th worker task list.
 boolean Worker.removeTask(WorkerTask task)
          Remove the first instance of a WorkerTask instance from task list
 



Copyright © 2007-2008 Kalmeo. All Rights Reserved.