Interface ObservableZonedDateTimeValue
-
- All Superinterfaces:
EventSource<ObservableEvent<ZonedDateTime>,ObservableEventListener<? super ZonedDateTime>>
,ObservableObjectValue<ZonedDateTime>
,ObservableTemporalValue<ZonedDateTime>
,ObservableValue<ZonedDateTime>
,ReadableObjectValue<ZonedDateTime>
,ReadableSimpleValue<ZonedDateTime>
,ReadableTemporalValue<ZonedDateTime>
,ReadableTypedObjectValue<ZonedDateTime>
,ReadableTypedValue<ZonedDateTime>
,ReadableValue<ZonedDateTime>
,ReadableZonedDateTimeValue
,Supplier<ZonedDateTime>
- All Known Subinterfaces:
ReadableZonedDateTimeProperty
,WritableZonedDateTimeProperty
,ZonedDateTimeExpression
- All Known Implementing Classes:
ZonedDateTimeBinding
,ZonedDateTimeProperty
public interface ObservableZonedDateTimeValue extends ObservableTemporalValue<ZonedDateTime>, ReadableZonedDateTimeValue
- 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.observable.object.ReadableSimpleValue
getAsString
-
Methods inherited from interface io.github.mmm.value.ReadableValue
get
-
Methods inherited from interface io.github.mmm.value.observable.temporal.zoneddatetime.ReadableZonedDateTimeValue
getValueClass
-
-