Interface IDecoratingObservable

All Superinterfaces:
IObservable
All Known Implementing Classes:
BidiObservableMap, DecoratingObservable, DecoratingObservableCollection, DecoratingObservableList, DecoratingObservableMap, DecoratingObservableSet, DecoratingObservableValue, DecoratingVetoableValue

public interface IDecoratingObservable extends IObservable
Interface for observables which decorate other observables.
Since:
1.2
Restriction:
This interface is not intended to be implemented by clients. Clients should instead subclass one of the classes in the framework that implement this interface. Note that direct implementers of this interface outside of the framework will be broken in future releases when methods are added to this interface.
  • Method Details

    • getDecorated

      IObservable getDecorated()
      Returns:
      the observable that this observable decorates.