bibliothek.gui.dock.security
Class SecureScreenDockDialog.Listener

java.lang.Object
  extended by java.awt.event.WindowAdapter
      extended by bibliothek.gui.dock.security.SecureScreenDockDialog.Listener
All Implemented Interfaces:
java.awt.event.WindowFocusListener, java.awt.event.WindowListener, java.awt.event.WindowStateListener, java.util.EventListener
Enclosing class:
SecureScreenDockDialog

private class SecureScreenDockDialog.Listener
extends java.awt.event.WindowAdapter

A listener to the enclosing SecureScreenDockDialog. If the dialog is shown, this listener will register the GlassPane. If the dialog is disposed, then this listener will unregister the GlassPane.

Author:
Benjamin Sigg

Constructor Summary
private SecureScreenDockDialog.Listener()
           
 
Method Summary
 void windowClosed(java.awt.event.WindowEvent e)
           
 void windowOpened(java.awt.event.WindowEvent e)
           
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosing, 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

SecureScreenDockDialog.Listener

private SecureScreenDockDialog.Listener()
Method Detail

windowOpened

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

windowClosed

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