com.supermap.mapping
Interface UndoStateChangeListener
-
public interface UndoStateChangeListener
Undo listener class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
undoStateChange(boolean canUndo, boolean canRedo)
Called when the undo status changes.
-