Uses of Interface
com.microsoft.azure.toolkit.lib.common.form.AzureFormInput.AzureValueChangeListener
-
Packages that use AzureFormInput.AzureValueChangeListener Package Description com.microsoft.azure.toolkit.lib.common.form -
-
Uses of AzureFormInput.AzureValueChangeListener in com.microsoft.azure.toolkit.lib.common.form
Subinterfaces of AzureFormInput.AzureValueChangeListener in com.microsoft.azure.toolkit.lib.common.form Modifier and Type Interface Description static interfaceAzureFormInput.AzureValueChangeBiListener<T>Methods in com.microsoft.azure.toolkit.lib.common.form that return types with arguments of type AzureFormInput.AzureValueChangeListener Modifier and Type Method Description default List<AzureFormInput.AzureValueChangeListener<T>>AzureFormInput. getValueChangedListeners()Methods in com.microsoft.azure.toolkit.lib.common.form with parameters of type AzureFormInput.AzureValueChangeListener Modifier and Type Method Description default voidAzureFormInput. addValueChangedListener(AzureFormInput.AzureValueChangeListener<T> listener)default voidAzureFormInput. removeValueChangedListener(AzureFormInput.AzureValueChangeListener<T> listener)
-