edu.umd.cs.piccolox.swt
Class SWTTimerQueue

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

public class SWTTimerQueue
extends java.lang.Object
implements java.lang.Runnable

Author:
Lance Good

Nested Class Summary
protected static class SWTTimerQueue.SWTTimerQueueRestart
          Runnable that will message the shared instance of the Timer Queue to restart.
 
Constructor Summary
SWTTimerQueue(org.eclipse.swt.widgets.Display display)
          Constructor for TimerQueue.
 
Method Summary
 void run()
           
static SWTTimerQueue sharedInstance(org.eclipse.swt.widgets.Display display)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SWTTimerQueue

public SWTTimerQueue(org.eclipse.swt.widgets.Display display)
Constructor for TimerQueue.

Method Detail

sharedInstance

public static SWTTimerQueue sharedInstance(org.eclipse.swt.widgets.Display display)

run

public void run()
Specified by:
run in interface java.lang.Runnable

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2008 by University of Maryland, College Park, MD 20742, USA All rights reserved.