public interface ObservablePropertySource extends PropertyValueSource
| Modifier and Type | Interface and Description |
|---|---|
static class |
ObservablePropertySource.ObservablePropertyChangeSupport |
static interface |
ObservablePropertySource.PropertyInteractionListener |
| Modifier and Type | Field and Description |
|---|---|
static Property<java.lang.Object> |
ALL_PROP |
| Modifier and Type | Method and Description |
|---|---|
void |
subscribe(Property<?> prop,
ObservablePropertySource.PropertyInteractionListener listener) |
void |
unsubscribe(Property<?> prop,
ObservablePropertySource.PropertyInteractionListener listener) |
contains, get, getOrDefault, getOrElse, getProperties, getValuesstatic final Property<java.lang.Object> ALL_PROP
void subscribe(Property<?> prop, ObservablePropertySource.PropertyInteractionListener listener)
void unsubscribe(Property<?> prop, ObservablePropertySource.PropertyInteractionListener listener)