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 IObserving
Mixin interface for IObservables that observe other objects.
Since:
1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the observed object, or null if this observing object does not currently observe an object.
  • Method Details

    • getObserved

      Object getObserved()
      Returns the observed object, or null if this observing object does not currently observe an object.
      Returns:
      the observed object, or null