public abstract class SaveStateCommand extends java.lang.Object implements IUndoableCommand
| Constructor and Description |
|---|
SaveStateCommand(java.lang.String name)
Initialize Derived class should save the 'original' state.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
saveState()
Derived class should implement this to save the 'final' state.
|
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitredo, undopublic SaveStateCommand(java.lang.String name)
public abstract void saveState()
public java.lang.String toString()
toString in class java.lang.Object