Interface IObserving
-
- All Known Subinterfaces:
IBeanObservable,IPropertyObservable<P>
- 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 IObservingMixin interface for IObservables that observe other objects.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetObserved()Returns the observed object, ornullif this observing object does not currently observe an object.
-