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.
Mixin interface for IObservables that observe other objects.
- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the observed object, ornull
if this observing object does not currently observe an object.
-
Method Details
-
getObserved
Object getObserved()Returns the observed object, ornull
if this observing object does not currently observe an object.- Returns:
- the observed object, or
null
-