Uses of Class
com.github.libxjava.concurrent.TaskFuture

Packages that use TaskFuture
com.github.libxjava.concurrent   
 

Uses of TaskFuture in com.github.libxjava.concurrent
 

Methods in com.github.libxjava.concurrent that return TaskFuture
protected  TaskFuture ScheduledTaskExecutor.createTaskFuture(Object target)
           
 TaskFuture ScheduledTaskExecutor.schedule(Runnable target, long delayInMillis)
           
 TaskFuture ScheduledTaskExecutor.scheduleAtFixedRate(Runnable target, long delayInMillis, long periodInMillis)
           
 TaskFuture ScheduledTaskExecutor.submit(Runnable target)
           
 

Methods in com.github.libxjava.concurrent with parameters of type TaskFuture
protected  void ScheduledTaskExecutor.afterExecute(TaskFuture task, Throwable t)
           
protected  void ScheduledTaskExecutor.beforeExecute(Thread workThread, TaskFuture task)
           
 



Copyright © 2011 Marcel Patzlaff. All Rights Reserved.