org.rosuda.ibase.toolkit
Class WinListener

java.lang.Object
  extended by org.rosuda.ibase.toolkit.WinListener
All Implemented Interfaces:
WindowListener, EventListener
Direct Known Subclasses:
WinListener

public class WinListener
extends Object
implements WindowListener

Default window listener. Handles default tasks, like close-window event, un-registers window from WinTracker etc.

Version:
$Id: WinListener.java,v 1.6 2006/01/17 10:45:57 wichtreyt Exp $

Constructor Summary
WinListener()
           
 
Method Summary
 void windowActivated(WindowEvent e)
           
 void windowClosed(WindowEvent e)
           
 void windowClosing(WindowEvent e)
           
 void windowDeactivated(WindowEvent e)
           
 void windowDeiconified(WindowEvent e)
           
 void windowIconified(WindowEvent e)
           
 void windowOpened(WindowEvent e)
           
 
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(WindowEvent e)
Specified by:
windowClosing in interface WindowListener

windowClosed

public void windowClosed(WindowEvent e)
Specified by:
windowClosed in interface WindowListener

windowOpened

public void windowOpened(WindowEvent e)
Specified by:
windowOpened in interface WindowListener

windowIconified

public void windowIconified(WindowEvent e)
Specified by:
windowIconified in interface WindowListener

windowDeiconified

public void windowDeiconified(WindowEvent e)
Specified by:
windowDeiconified in interface WindowListener

windowActivated

public void windowActivated(WindowEvent e)
Specified by:
windowActivated in interface WindowListener

windowDeactivated

public void windowDeactivated(WindowEvent e)
Specified by:
windowDeactivated in interface WindowListener