org.argouml.uml
Class UMLChangeRegistry
java.lang.Object
|
+--org.argouml.util.ChangeRegistry
|
+--org.argouml.uml.UMLChangeRegistry
- public class UMLChangeRegistry
- extends ChangeRegistry
This class holds the information about the saving state of the current UML project.
The state is changed by every change made either to the model or to its diagrams.
- See Also:
Project
,
ChangeRegistry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UMLChangeRegistry
public UMLChangeRegistry()
propertySet
public void propertySet(MElementEvent mee)
listRoleItemSet
public void listRoleItemSet(MElementEvent mee)
recovered
public void recovered(MElementEvent mee)
removed
public void removed(MElementEvent mee)
roleAdded
public void roleAdded(MElementEvent mee)
roleRemoved
public void roleRemoved(MElementEvent mee)