org.argouml.model
Interface MementoCreationObserver


Deprecated. in 0.25.4 by Bob Tarling use ModelCommandCreationObserver

public interface MementoCreationObserver

An interface to be implemented by the class responsible for managing or delegating mementos.


Method Summary
 void mementoCreated(ModelMemento memento)
          Deprecated. Called whenever a memento is created by the model subsystem.
 

Method Detail

mementoCreated

void mementoCreated(ModelMemento memento)
Deprecated. 
Called whenever a memento is created by the model subsystem.

Parameters:
memento - the memento.


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Cookbook