Package com.pspdfkit.ui.inspector.views
Interface TextInputInspectorView.TextInputListener
-
- All Implemented Interfaces:
public interface TextInputInspectorView.TextInputListener
Listener for picked values.
-
-
Method Summary
Modifier and Type Method Description abstract void
onValuePicked(@NonNull() TextInputInspectorView view, @NonNull() String value)
Called when a value was picked using text input. -
-
Method Detail
-
onValuePicked
abstract void onValuePicked(@NonNull() TextInputInspectorView view, @NonNull() String value)
Called when a value was picked using text input.
- Parameters:
view
- The TextInputInspectorView emitting the event.value
- The value that was picked.
-
-
-
-