gui.dialog
Class JAPDialog.DialogWindowAdapter

java.lang.Object
  extended by gui.dialog.JAPDialog.DialogWindowAdapter
All Implemented Interfaces:
java.awt.event.WindowListener, java.util.EventListener
Enclosing class:
JAPDialog

private class JAPDialog.DialogWindowAdapter
extends java.lang.Object
implements java.awt.event.WindowListener

Catches all window events and informs the window listeners about them.


Constructor Summary
private JAPDialog.DialogWindowAdapter()
           
 
Method Summary
 void windowActivated(java.awt.event.WindowEvent a_event)
           
 void windowClosed(java.awt.event.WindowEvent a_event)
           
 void windowClosing(java.awt.event.WindowEvent a_event)
           
 void windowDeactivated(java.awt.event.WindowEvent a_event)
           
 void windowDeiconified(java.awt.event.WindowEvent a_event)
           
 void windowIconified(java.awt.event.WindowEvent a_event)
           
 void windowOpened(java.awt.event.WindowEvent a_event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAPDialog.DialogWindowAdapter

private JAPDialog.DialogWindowAdapter()
Method Detail

windowOpened

public void windowOpened(java.awt.event.WindowEvent a_event)
Specified by:
windowOpened in interface java.awt.event.WindowListener

windowIconified

public void windowIconified(java.awt.event.WindowEvent a_event)
Specified by:
windowIconified in interface java.awt.event.WindowListener

windowDeiconified

public void windowDeiconified(java.awt.event.WindowEvent a_event)
Specified by:
windowDeiconified in interface java.awt.event.WindowListener

windowDeactivated

public void windowDeactivated(java.awt.event.WindowEvent a_event)
Specified by:
windowDeactivated in interface java.awt.event.WindowListener

windowActivated

public void windowActivated(java.awt.event.WindowEvent a_event)
Specified by:
windowActivated in interface java.awt.event.WindowListener

windowClosed

public void windowClosed(java.awt.event.WindowEvent a_event)
Specified by:
windowClosed in interface java.awt.event.WindowListener

windowClosing

public void windowClosing(java.awt.event.WindowEvent a_event)
Specified by:
windowClosing in interface java.awt.event.WindowListener
Parameters:
a_event - WindowEvent