bibliothek.gui.dock.security
Class SecureScreenDockDialog.Listener
java.lang.Object
java.awt.event.WindowAdapter
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
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 |
SecureScreenDockDialog.Listener
private SecureScreenDockDialog.Listener()
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