org.argouml.kernel
Class Project.Vcl
java.lang.Object
org.argouml.kernel.Project.Vcl
- All Implemented Interfaces:
- EventListener, VetoableChangeListener
- Enclosing class:
- Project
- private class Project.Vcl
- extends Object
- implements VetoableChangeListener
Listener to events from the Diagram class.
Purpose: changing the name of a diagram shall set the need save flag.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Project.Vcl
private Project.Vcl()
vetoableChange
public void vetoableChange(PropertyChangeEvent evt)
throws PropertyVetoException
- Specified by:
vetoableChange
in interface VetoableChangeListener
- Throws:
PropertyVetoException
- See Also:
VetoableChangeListener.vetoableChange(java.beans.PropertyChangeEvent)