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 valuepublic void onCancel()
Copyright © 2019. All rights reserved.