de.uni_paderborn.fujaba.app
Class InternalFrame.ActivationAndCloseListener

java.lang.Object
  extended byjavax.swing.event.InternalFrameAdapter
      extended byde.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 $

Constructor Summary
private InternalFrame.ActivationAndCloseListener()
           
 
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
 

Constructor Detail

InternalFrame.ActivationAndCloseListener

private InternalFrame.ActivationAndCloseListener()
Method Detail

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