Interface AzureFormInput.AzureValueChangeListener<T>
-
- All Superinterfaces:
java.util.function.Consumer<T>
- All Known Subinterfaces:
AzureFormInput.AzureValueChangeBiListener<T>
- Enclosing interface:
- AzureFormInput<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface AzureFormInput.AzureValueChangeListener<T> extends java.util.function.Consumer<T>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidaccept(T value, T previous)
-