com.github.libxjava.concurrent
Class TaskFuture

java.lang.Object
  extended by com.github.libxjava.concurrent.TaskFuture

public class TaskFuture
extends Object

Version:
libxjava-cldc - 0.3
Author:
Marcel Patzlaff

Constructor Summary
protected TaskFuture()
           
 
Method Summary
 boolean cancel(boolean mayInterruptIfRunning)
           
 long getDelayInMillis()
           
 boolean isCancelled()
           
 boolean isDone()
           
 boolean isPeriodic()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskFuture

protected TaskFuture()
Method Detail

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.