org.argouml.model
Interface ModelCommandCreationObserver


public interface ModelCommandCreationObserver

An interface to be implemented by the class responsible for managing or delegating commands reform the model interface.


Method Summary
 java.lang.Object execute(ModelCommand command)
          Called whenever a command is created by the model subsystem to execute it and store it for undo
 

Method Detail

execute

java.lang.Object execute(ModelCommand command)
Called whenever a command is created by the model subsystem to execute it and store it for undo

Parameters:
command - the command.


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Cookbook