Interface PropertyBinder.UpdateCallback

  • Enclosing interface:
    PropertyBinder
    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 PropertyBinder.UpdateCallback
    A callback that notifies when an item has been updated. Any change to bound objects will cause the creation of a new instance of ResourceProperties with the updated values, notified through this callback.
    • Method Detail

      • notify

        void notify​(@Nonnull
                    it.tidalwave.northernwind.core.model.ResourceProperties properties)