de.uni_paderborn.fujaba.app
Class InternalFrame.DiagramNameListener

java.lang.Object
  extended byde.uni_paderborn.fujaba.app.InternalFrame.DiagramNameListener
All Implemented Interfaces:
java.util.EventListener, java.beans.PropertyChangeListener
Enclosing class:
InternalFrame

private class InternalFrame.DiagramNameListener
extends java.lang.Object
implements java.beans.PropertyChangeListener

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.DiagramNameListener()
           
 
Method Summary
 void propertyChange(java.beans.PropertyChangeEvent evt)
          This method gets called when a bound property is changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalFrame.DiagramNameListener

private InternalFrame.DiagramNameListener()
Method Detail

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent evt)
This method gets called when a bound property is changed.

Specified by:
propertyChange in interface java.beans.PropertyChangeListener
Parameters:
evt - A PropertyChangeEvent object describing the event source and the property that has changed.