T - The (generic) type parameter for the interface representing the type of input data entered or selected by
            the end user. Relevant types are, e.g. Integer and Double.public interface UserInput<T>
| Modifier and Type | Method and Description | 
|---|---|
T | 
getValue()  | 
void | 
setValueChangedListener(ValueChangedListener<T> listener)
Set a listener callback to be notified when the end user changes the associated value as well as when a new
 installation is loaded or created. 
 | 
T getValue()
CannotAccessDeprecatedUserInput - if the user input has been deprecated (using the
                                         CustomUserInputConfiguration.deprecateUserInput(UserInput)) method)void setValueChangedListener(ValueChangedListener<T> listener)
listener - the listener callbackCopyright © 2020. All rights reserved.