Class CloseTypeSystemHandler
- java.lang.Object
-
- java.awt.event.WindowAdapter
-
- org.apache.uima.tools.cvd.control.CloseTypeSystemHandler
-
- All Implemented Interfaces:
java.awt.event.WindowFocusListener
,java.awt.event.WindowListener
,java.awt.event.WindowStateListener
,java.util.EventListener
public class CloseTypeSystemHandler extends java.awt.event.WindowAdapter implements java.awt.event.WindowListener
-
-
Constructor Summary
Constructors Constructor Description CloseTypeSystemHandler(MainFrame frame)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
windowClosing(java.awt.event.WindowEvent event)
-
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged
-
-
-
-
Constructor Detail
-
CloseTypeSystemHandler
public CloseTypeSystemHandler(MainFrame frame)
-
-