Interface ObservableObjectValue<V>
-
- Type Parameters:
V- type of thevalue.
- All Superinterfaces:
EventSource<ObservableEvent<V>,ObservableEventListener<? super V>>,ObservableValue<V>,ReadableObjectValue<V>,ReadableValue<V>,Supplier<V>
- All Known Subinterfaces:
InstantExpression,LocalDateExpression,LocalDateTimeExpression,LocalTimeExpression,ObservableInstantValue,ObservableLocalDateTimeValue,ObservableLocalDateValue,ObservableLocalTimeValue,ObservableOffsetDateTimeValue,ObservableOffsetTimeValue,ObservableTemporalValue<V>,ObservableZonedDateTimeValue,OffsetDateTimeExpression,OffsetTimeExpression,ReadableBeanProperty<V>,ReadableInstantProperty,ReadableLocalDateProperty,ReadableLocalDateTimeProperty,ReadableLocalTimeProperty,ReadableObjectProperty<V>,ReadableOffsetDateTimeProperty,ReadableOffsetTimeProperty,ReadableZonedDateTimeProperty,WritableBeanProperty<V>,WritableInstantProperty,WritableLocalDateProperty,WritableLocalDateTimeProperty,WritableLocalTimeProperty,WritableObjectProperty<V>,WritableOffsetDateTimeProperty,WritableOffsetTimeProperty,WritableZonedDateTimeProperty,ZonedDateTimeExpression
- All Known Implementing Classes:
BeanProperty,IdProperty,InstantBinding,InstantProperty,LinkProperty,LocalDateBinding,LocalDateProperty,LocalDateTimeBinding,LocalDateTimeProperty,LocalTimeBinding,LocalTimeProperty,ObjectProperty,OffsetDateTimeBinding,OffsetDateTimeBinding,OffsetDateTimeProperty,OffsetTimeProperty,ZonedDateTimeBinding,ZonedDateTimeProperty
public interface ObservableObjectValue<V> extends ObservableValue<V>, ReadableObjectValue<V>
- Since:
- 1.0.0
-
-
Method Summary
-
Methods inherited from interface io.github.mmm.event.EventSource
addListener, addListener, addWeakListener, removeListener
-
Methods inherited from interface io.github.mmm.value.observable.ObservableValue
toString
-
Methods inherited from interface io.github.mmm.value.observable.object.ReadableObjectValue
getSafe, getValue
-
Methods inherited from interface io.github.mmm.value.ReadableValue
get
-
-