Package com.pspdfkit.undo
Interface OnUndoHistoryChangeListener
-
- All Implemented Interfaces:
public interface OnUndoHistoryChangeListener
Listener used to notify user that the undo history has changed.
-
-
Method Summary
Modifier and Type Method Description abstract Unit
onUndoHistoryChanged(UndoManager undoManager)
Notifies the observer that the undo history has changed inside the undo manager. -
-
Method Detail
-
onUndoHistoryChanged
abstract Unit onUndoHistoryChanged(UndoManager undoManager)
Notifies the observer that the undo history has changed inside the undo manager.
- Parameters:
undoManager
- Undo manager this listener is registered to.
-
-
-
-