Package com.pspdfkit.ui.inspector
Interface PropertyInspector.OnInspectorTitleButtonClickListener
-
- All Implemented Interfaces:
public interface PropertyInspector.OnInspectorTitleButtonClickListener
Listener for the buttons on the property inspector title
-
-
Method Summary
Modifier and Type Method Description abstract void
onCloseButtonClicked()
Called when the close button on the property inspector has been clicked abstract void
onBackButtonClicked()
Called when the back button on the property inspector has been clicked -
-
Method Detail
-
onCloseButtonClicked
abstract void onCloseButtonClicked()
Called when the close button on the property inspector has been clicked
-
onBackButtonClicked
abstract void onBackButtonClicked()
Called when the back button on the property inspector has been clicked
-
-
-
-