de.uni_paderborn.fujaba.app
Class InternalFrame.ActivationAndCloseListener
java.lang.Object
javax.swing.event.InternalFrameAdapter
de.uni_paderborn.fujaba.app.InternalFrame.ActivationAndCloseListener
- All Implemented Interfaces:
- java.util.EventListener, javax.swing.event.InternalFrameListener
- Enclosing class:
- InternalFrame
- private class InternalFrame.ActivationAndCloseListener
- extends javax.swing.event.InternalFrameAdapter
No comment provided by developer, please add a comment to improve
documentation.
- Version:
- $Revision: 1.1 $ $Date: 2004/11/08 12:07:45 $
- Author:
- $Author: lowende $
Method Summary |
void |
internalFrameActivated(javax.swing.event.InternalFrameEvent e)
Invoked when an internal frame is activated. |
void |
internalFrameClosed(javax.swing.event.InternalFrameEvent e)
Invoked when an internal frame has been closed. |
void |
internalFrameIconified(javax.swing.event.InternalFrameEvent e)
Invoked when an internal frame is iconified. |
Methods inherited from class javax.swing.event.InternalFrameAdapter |
internalFrameClosing, internalFrameDeactivated, internalFrameDeiconified, internalFrameOpened |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InternalFrame.ActivationAndCloseListener
private InternalFrame.ActivationAndCloseListener()
internalFrameActivated
public void internalFrameActivated(javax.swing.event.InternalFrameEvent e)
- Invoked when an internal frame is activated.
- Parameters:
e
- No description provided
internalFrameClosed
public void internalFrameClosed(javax.swing.event.InternalFrameEvent e)
- Invoked when an internal frame has been closed.
- Parameters:
e
- No description provided
internalFrameIconified
public void internalFrameIconified(javax.swing.event.InternalFrameEvent e)
- Invoked when an internal frame is iconified.
- Parameters:
e
- No description provided