net.sf.jomic.ui
Class JomicFrameCloseRunner

java.lang.Object
  extended by net.sf.jomic.ui.JomicFrameCloseRunner
All Implemented Interfaces:
java.lang.Runnable

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

Runnable to close a JomicFrame by sending a WINDOW_CLOSING event.

Author:
Thomas Aglassinger

Constructor Summary
JomicFrameCloseRunner(JomicFrame newFrame)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JomicFrameCloseRunner

public JomicFrameCloseRunner(JomicFrame newFrame)
Method Detail

run

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