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 ofResourceProperties
with the updated values, notified through this callback.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notify(it.tidalwave.northernwind.core.model.ResourceProperties properties)
-