edu.umd.cs.piccolox.swt
Class SWTTimerQueue.SWTTimerQueueRestart
java.lang.Object
edu.umd.cs.piccolox.swt.SWTTimerQueue.SWTTimerQueueRestart
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- SWTTimerQueue
protected static class SWTTimerQueue.SWTTimerQueueRestart
- extends Object
- implements Runnable
Runnable that will message the shared instance of the Timer Queue to
restart.
Constructor Summary |
SWTTimerQueue.SWTTimerQueueRestart(org.eclipse.swt.widgets.Display display)
Constructs a QueueRestart Runnable that will message the Timer Queue
to Restart. |
Method Summary |
void |
run()
Attempts to restart the queue associated with the display. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SWTTimerQueue.SWTTimerQueueRestart
public SWTTimerQueue.SWTTimerQueueRestart(org.eclipse.swt.widgets.Display display)
- Constructs a QueueRestart Runnable that will message the Timer Queue
to Restart.
- Parameters:
display
- display associated with the SWTTimerQueue
run
public void run()
- Attempts to restart the queue associated with the display.
- Specified by:
run
in interface Runnable
Copyright © 1995-2011 Piccolo2D. All Rights Reserved.