com.pspdfkit.ui.inspector.PropertyInspectorCoordinatorLayoutController.PropertyInspectorLifecycleListener |
![]() |
Listener for the lifecycle of the PropertyInspector
as it goes through the PropertyInspectorCoordinatorLayout
.
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 . |
Called when PropertyInspector
is displayed in the PropertyInspectorCoordinatorLayout
.
inspector | Property inspector that is displayed in the coordinator. |
---|
Called when PropertyInspector
is prepared to be displayed in the PropertyInspectorCoordinatorLayout
. Here you can change the inspector views.
inspector | Property inspector prepared for displaying in the coordinator. |
---|
Called when PropertyInspector
is removed from the PropertyInspectorCoordinatorLayout
.
inspector | Property inspector that is removed from the coordinator. |
---|