| com.pspdfkit.ui.navigation.NavigationBackStack.BackStackListener<T> |
Listener for changes to the navigation back stack.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
onBackStackChanged()
Called whenever the contents of the backstack change.
| ||||||||||
| abstract void |
visitedItem(T item)
Called when the backstack is moved to the item.
| ||||||||||
Called whenever the contents of the backstack change.
Called when the backstack is moved to the item.
| item | The item the backstack just moved to. |
|---|