com.github.libxjava.concurrent
Class TaskFuture
java.lang.Object
com.github.libxjava.concurrent.TaskFuture
public class TaskFuture
- extends Object
- Version:
- libxjava-cdc - 0.3
- Author:
- Marcel Patzlaff
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskFuture
protected TaskFuture()
isCancelled
public final boolean isCancelled()
isDone
public final boolean isDone()
isPeriodic
public final boolean isPeriodic()
cancel
public final boolean cancel(boolean mayInterruptIfRunning)
getDelayInMillis
public final long getDelayInMillis()
Copyright © 2011 Marcel Patzlaff. All Rights Reserved.