|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.TimerTask
org.jeospace.ui.swt.widgets.CallbackTimerTask
A simple implementation of TimerTask that will schedule a Runnable on the display thread when it's timer triggers.
| Constructor Summary | |
CallbackTimerTask(org.eclipse.swt.widgets.Display display,
java.lang.Runnable task)
Constructor |
|
| Method Summary | |
void |
run()
The periodic task |
| Methods inherited from class java.util.TimerTask |
cancel, scheduledExecutionTime |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CallbackTimerTask(org.eclipse.swt.widgets.Display display,
java.lang.Runnable task)
display - - The Display objecttask - - The Runnable to schedule on the display thread| Method Detail |
public void run()
|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||