Interface Property.Listener<T>

  • Type Parameters:
    T -
    Enclosing class:
    Property<T>

    public static interface Property.Listener<T>
    Receives a notification when property value is changed.
    • Method Detail

      • changed

        void changed​(@NotNull
                     T oldValue,
                     @NotNull
                     T newValue)