com.pspdfkit.ui.inspector.views.TextInputInspectorView.TextInputListener |
Listener for picked values.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
onValuePicked(TextInputInspectorView view, String value)
Called when a value was picked using text input.
|
Called when a value was picked using text input.
view | The TextInputInspectorView emitting the event. |
---|---|
value | The value that was picked. |