org.rosuda.JGR.toolkit
Class WinListener

java.lang.Object
  extended by org.rosuda.ibase.toolkit.WinListener
      extended by org.rosuda.JGR.toolkit.WinListener
All Implemented Interfaces:
java.awt.event.WindowListener, java.util.EventListener

public class WinListener
extends WinListener

WinListener - just a little modification of ibase.WinListener.

Author:
Markus Helbig RoSuDa 2003 - 2005

Constructor Summary
WinListener()
           
 
Method Summary
 void windowClosing(java.awt.event.WindowEvent e)
           
 
Methods inherited from class org.rosuda.ibase.toolkit.WinListener
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowIconified, windowOpened
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WinListener

public WinListener()
Method Detail

windowClosing

public void windowClosing(java.awt.event.WindowEvent e)
Specified by:
windowClosing in interface java.awt.event.WindowListener
Overrides:
windowClosing in class WinListener