jjdh.opengl.scheduling
Class ScheduledTask
java.lang.Object
jjdh.opengl.scheduling.ScheduledTask
public class ScheduledTask
- extends Object
This class is still growing.
- Author:
- Dennis Heidsiek
Method Summary |
void |
cancel(boolean mayInterruptIfRunning)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
future
protected final ScheduledFuture<?> future
ScheduledTask
public ScheduledTask(ScheduledFuture<?> future)
- This Contructor should not be called directly.
- Parameters:
future
- the future represents this Task in a Scheduled Executer
Service
cancel
public void cancel(boolean mayInterruptIfRunning)
Copyright © 2006 Jonas Jacobi and Dennis Heidsiek. All Rights Reserved.