public interface ICompareCommandStack extends CommandStack
command stack
that knows about each save state of the comparison.Modifier and Type | Method and Description |
---|---|
boolean |
isLeftSaveNeeded()
Returns whether the left model has changes since
leftSaveIsDone() was call the last. |
boolean |
isRightSaveNeeded()
Returns whether the right model has changes since
rightSaveIsDone() was call the last. |
void |
leftSaveIsDone()
Called after a save of the left model has been successfully performed.
|
void |
rightSaveIsDone()
Called after a save of the right model has been successfully performed.
|
addCommandStackListener, canRedo, canUndo, execute, flush, getMostRecentCommand, getRedoCommand, getUndoCommand, redo, removeCommandStackListener, undo
boolean isLeftSaveNeeded()
leftSaveIsDone()
was call the last.leftSaveIsDone()
was call the last.boolean isRightSaveNeeded()
rightSaveIsDone()
was call the last.rightSaveIsDone()
was call the last.void leftSaveIsDone()
void rightSaveIsDone()
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.