jjdh API

jjdh.opengl.scheduling
Class ScheduledTask

java.lang.Object
  extended by jjdh.opengl.scheduling.ScheduledTask

public class ScheduledTask
extends Object

This class is still growing.

Author:
Dennis Heidsiek

Field Summary
protected  ScheduledFuture<?> future
           
 
Constructor Summary
ScheduledTask(ScheduledFuture<?> future)
          This Contructor should not be called directly.
 
Method Summary
 void cancel(boolean mayInterruptIfRunning)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

future

protected final ScheduledFuture<?> future
Constructor Detail

ScheduledTask

public ScheduledTask(ScheduledFuture<?> future)
This Contructor should not be called directly.

Parameters:
future - the future represents this Task in a Scheduled Executer Service
Method Detail

cancel

public void cancel(boolean mayInterruptIfRunning)

jjdh API

Copyright © 2006 Jonas Jacobi and Dennis Heidsiek. All Rights Reserved.