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 void accept​(T value, T previous)  
      • Methods inherited from interface java.util.function.Consumer

        accept, andThen
    • Method Detail

      • accept

        default void accept​(T value,
                            T previous)