net.sf.jomic.ui
Class JomicFrameCloseRunner
java.lang.Object
net.sf.jomic.ui.JomicFrameCloseRunner
- All Implemented Interfaces:
- Runnable
public class JomicFrameCloseRunner
- extends Object
- implements Runnable
Runnable to close a JomicFrame by sending a WINDOW_CLOSING event.
- Author:
- Thomas Aglassinger
|
Method Summary |
void |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JomicFrameCloseRunner
public JomicFrameCloseRunner(JomicFrame newFrame)
run
public void run()
- Specified by:
run in interface Runnable