public interface

OnUndoHistoryChangeListener

com.pspdfkit.undo.OnUndoHistoryChangeListener
Known Indirect Subclasses

Class Overview

Listener used to notify user that the undo history has changed.

Summary

Public Methods
abstract void onUndoHistoryChanged(UndoManager undoManager)
Notifies the observer that the undo history has changed inside the undo manager.

Public Methods

public abstract void 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.