kiwi.ui
Class KFrame._WindowListener

java.lang.Object
  extended byjava.awt.event.WindowAdapter
      extended bykiwi.ui.KFrame._WindowListener
All Implemented Interfaces:
java.util.EventListener, java.awt.event.WindowFocusListener, java.awt.event.WindowListener, java.awt.event.WindowStateListener
Enclosing class:
KFrame

private class KFrame._WindowListener
extends java.awt.event.WindowAdapter


Constructor Summary
private KFrame._WindowListener()
           
 
Method Summary
 void windowClosing(java.awt.event.WindowEvent evt)
           
 
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
 

Constructor Detail

KFrame._WindowListener

private KFrame._WindowListener()
Method Detail

windowClosing

public void windowClosing(java.awt.event.WindowEvent evt)