Interface ObservableObjectProperty<T>

All Superinterfaces:
Functor<T>, MutableObjectProperty<T>, MutableProperty<T>, ObservableProperty<T>, Property<T>
All Known Subinterfaces:
ObservableStringProperty
All Known Implementing Classes:
DeserializedObjectProperty, DeserializedStringProperty, FileDeserializer, HotFileDeserializer, ObjectConfigOption, SelectionProperty, SimpleObservableObjectProperty, SimpleObservableStringProperty, SingleSelectionProperty, StringConfigOption

public interface ObservableObjectProperty<T> extends ObservableProperty<T>, MutableObjectProperty<T>
An observable property that supports null values.