public static interface

TogglePickerInspectorView.TogglePickerListener

com.pspdfkit.ui.inspector.views.TogglePickerInspectorView.TogglePickerListener

Class Overview

Listener for toggle changes.

Summary

Public Methods
abstract void onSelectionChanged(TogglePickerInspectorView view, boolean isSelected)
Called when the user has toggled the value.

Public Methods

public abstract void onSelectionChanged (TogglePickerInspectorView view, boolean isSelected)

Called when the user has toggled the value.

Parameters
view The TogglePickerInspectorView that emitted this event.
isSelected The selection value of the toggle.