Class CloseTypeSystemHandler
- java.lang.Object
-
- java.awt.event.WindowAdapter
-
- org.apache.uima.tools.cvd.control.CloseTypeSystemHandler
-
- All Implemented Interfaces:
WindowFocusListener
,WindowListener
,WindowStateListener
,EventListener
public class CloseTypeSystemHandler extends WindowAdapter implements WindowListener
-
-
Constructor Summary
Constructors Constructor Description CloseTypeSystemHandler(MainFrame frame)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
windowClosing(WindowEvent event)
-
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.awt.event.WindowListener
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowIconified, windowOpened
-
-
-
-
Constructor Detail
-
CloseTypeSystemHandler
public CloseTypeSystemHandler(MainFrame frame)
-
-
Method Detail
-
windowClosing
public void windowClosing(WindowEvent event)
- Specified by:
windowClosing
in interfaceWindowListener
- Overrides:
windowClosing
in classWindowAdapter
-
-