Class DecoratingVetoableValue<T>

Type Parameters:
T - the type of value being observed
All Implemented Interfaces:
IDecoratingObservable, IObservable, IObservableValue<T>, IVetoableValue<T>

public class DecoratingVetoableValue<T> extends DecoratingObservableValue<T> implements IVetoableValue<T>
An IVetoableValue decorator for an observable value.
Since:
1.2
  • Constructor Details

    • DecoratingVetoableValue

      public DecoratingVetoableValue(IObservableValue<T> decorated, boolean disposeDecoratedOnDispose)
      Parameters:
      decorated - the observable value being decorated
      disposeDecoratedOnDispose - whether the decorated observable should be disposed when the decorator is disposed
  • Method Details