com.autodesk.undo
Interface InsignificantUndoableChange


public interface InsignificantUndoableChange

This interface is used simply as a marker interface. It does not add any new functionality. However classes that implement this interface are handled differently by the undo code. When undoing or redoing an insignificant change the undo code will continue undoing or redoing the next change and will continue until there are no further insignificant changes.

This is used for example when changing tabs in a tabbed pane. The undo code will want to return to the proper tab but the user isn't interested in seeing this change, they just want to see the edit that is being undone.

See Also:
UndoableChange