public static interface

PropertyInspectorCoordinatorLayoutController.PropertyInspectorLifecycleListener

com.pspdfkit.ui.inspector.PropertyInspectorCoordinatorLayoutController.PropertyInspectorLifecycleListener
Known Indirect Subclasses

Class Overview

Listener for the lifecycle of the PropertyInspector as it goes through the PropertyInspectorCoordinatorLayout.

Summary

Public Methods
abstract void onDisplayPropertyInspector(PropertyInspector inspector)
Called when PropertyInspector is displayed in the PropertyInspectorCoordinatorLayout.
abstract void onPreparePropertyInspector(PropertyInspector inspector)
Called when PropertyInspector is prepared to be displayed in the PropertyInspectorCoordinatorLayout.
abstract void onRemovePropertyInspector(PropertyInspector inspector)
Called when PropertyInspector is removed from the PropertyInspectorCoordinatorLayout.

Public Methods

public abstract void onDisplayPropertyInspector (PropertyInspector inspector)

Called when PropertyInspector is displayed in the PropertyInspectorCoordinatorLayout.

Parameters
inspector Property inspector that is displayed in the coordinator.

public abstract void onPreparePropertyInspector (PropertyInspector inspector)

Called when PropertyInspector is prepared to be displayed in the PropertyInspectorCoordinatorLayout. Here you can change the inspector views.

Parameters
inspector Property inspector prepared for displaying in the coordinator.

public abstract void onRemovePropertyInspector (PropertyInspector inspector)

Called when PropertyInspector is removed from the PropertyInspectorCoordinatorLayout.

Parameters
inspector Property inspector that is removed from the coordinator.