Class CloseLogViewHandler
java.lang.Object
java.awt.event.WindowAdapter
org.apache.uima.tools.cvd.control.CloseLogViewHandler
- All Implemented Interfaces:
WindowFocusListener,WindowListener,WindowStateListener,EventListener
The Class CloseLogViewHandler.
-
Constructor Summary
ConstructorsConstructorDescriptionCloseLogViewHandler(MainFrame frame) Instantiates a new close log view handler. -
Method Summary
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChangedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.awt.event.WindowListener
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowIconified, windowOpened
-
Constructor Details
-
CloseLogViewHandler
Instantiates a new close log view handler.- Parameters:
frame- the frame
-
-
Method Details
-
windowClosing
- Specified by:
windowClosingin interfaceWindowListener- Overrides:
windowClosingin classWindowAdapter
-