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 user cancels the input.
|
abstract void |
onOk(T value)
This method is called if the user accepts the keyboard/keypad input.
|
public abstract void onOk(T value)
value
- accepted valuepublic void onCancel()
Copyright © 2018. All rights reserved.