edu.umd.cs.piccolox.swt
Class SWTTimerQueue.SWTTimerQueueRestart

java.lang.Object
  extended by edu.umd.cs.piccolox.swt.SWTTimerQueue.SWTTimerQueueRestart
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
SWTTimerQueue

protected static class SWTTimerQueue.SWTTimerQueueRestart
extends java.lang.Object
implements java.lang.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
 

Constructor Detail

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
Method Detail

run

public void run()
Attempts to restart the queue associated with the display.

Specified by:
run in interface java.lang.Runnable


Copyright © 1995-2010 Piccolo2D. All Rights Reserved.