ws.gui
Class StopwordsDialog.MyWindowAdapter

java.lang.Object
  extended byjava.awt.event.WindowAdapter
      extended byws.gui.StopwordsDialog.MyWindowAdapter
All Implemented Interfaces:
java.util.EventListener, java.awt.event.WindowFocusListener, java.awt.event.WindowListener, java.awt.event.WindowStateListener
Enclosing class:
StopwordsDialog

private class StopwordsDialog.MyWindowAdapter
extends java.awt.event.WindowAdapter

This class extends the class WindowAdapter.

Author:
Sinian Zhang

Constructor Summary
private StopwordsDialog.MyWindowAdapter()
           
 
Method Summary
 void windowClosing(java.awt.event.WindowEvent event)
          Over-writes the inherited method windowClosing.
 void windowOpened(java.awt.event.WindowEvent event)
          Over-writes the inherited method windowOpened.
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowStateChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopwordsDialog.MyWindowAdapter

private StopwordsDialog.MyWindowAdapter()
Method Detail

windowClosing

public void windowClosing(java.awt.event.WindowEvent event)
Over-writes the inherited method windowClosing.


windowOpened

public void windowOpened(java.awt.event.WindowEvent event)
Over-writes the inherited method windowOpened.