edu.umd.cs.piccolox.swt
Class SWTTimer.SWTDoPostEvent
java.lang.Object
edu.umd.cs.piccolox.swt.SWTTimer.SWTDoPostEvent
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- SWTTimer
class SWTTimer.SWTDoPostEvent
- extends Object
- implements Runnable
DoPostEvent is a runnable class that fires actionEvents to the listeners
on the EventDispatchThread, via invokeLater.
- See Also:
Timer.post()
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SWTTimer.SWTDoPostEvent
SWTTimer.SWTDoPostEvent()
run
public void run()
- Specified by:
run
in interface Runnable
getTimer
SWTTimer getTimer()
Copyright © 1995-2011 Piccolo2D. All Rights Reserved.