edu.umd.cs.piccolox.swt
Class SWTTimer.SWTDoPostEvent

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

 class SWTTimer.SWTDoPostEvent
extends java.lang.Object
implements java.lang.Runnable

DoPostEvent is a runnable class that fires actionEvents to the listeners on the EventDispatchThread, via invokeLater.

See Also:
Timer.post()

Constructor Summary
SWTTimer.SWTDoPostEvent()
           
 
Method Summary
(package private)  SWTTimer getTimer()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SWTTimer.SWTDoPostEvent

SWTTimer.SWTDoPostEvent()
Method Detail

run

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

getTimer

SWTTimer getTimer()


Copyright © 1995-2010 Piccolo2D. All Rights Reserved.