Interface PropertiesObserver

All Superinterfaces:
org.refcodes.observer.Observer<PropertyEvent>
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 interface PropertiesObserver extends org.refcodes.observer.Observer<PropertyEvent>
Defines an observer to be registered to an ObservableProperties (or one of its sub-classes) instance via Observable.subscribeObserver(Object).