private class InvokeLaterDispatcher.Future
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
private boolean |
done |
private java.lang.Runnable |
runnable |
Constructor and Description |
---|
Future(java.lang.Runnable r) |
Modifier and Type | Method and Description |
---|---|
boolean |
isDone()
Tells whether the runnbale has finished execution.
|
void |
run() |