T
- The (generic) type parameter for the interface representing the type of input data entered by the end
user, e.g. Integer
and Double
.public abstract class KeyboardInputCallback<T> extends Object
Constructor and Description |
---|
KeyboardInputCallback() |
Modifier and Type | Method and Description |
---|---|
void |
onCancel()
This method is called if the end user cancels the input.
|
abstract void |
onOk(T value)
This method is called if the end user accepts the keyboard/keypad input.
|
public abstract void onOk(T value)
value
- accepted value.public void onCancel()
Copyright © 2021. All rights reserved.