Interface ObservableInstantValue
-
- All Superinterfaces:
EventSource<ObservableEvent<Instant>,ObservableEventListener<? super Instant>>
,ObservableObjectValue<Instant>
,ObservableTemporalValue<Instant>
,ObservableValue<Instant>
,ReadableInstantValue
,ReadableObjectValue<Instant>
,ReadableSimpleValue<Instant>
,ReadableTemporalValue<Instant>
,ReadableTypedObjectValue<Instant>
,ReadableTypedValue<Instant>
,ReadableValue<Instant>
,Supplier<Instant>
- All Known Subinterfaces:
InstantExpression
,ReadableInstantProperty
,WritableInstantProperty
- All Known Implementing Classes:
InstantBinding
,InstantProperty
public interface ObservableInstantValue extends ObservableTemporalValue<Instant>, ReadableInstantValue
- 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.temporal.instant.ReadableInstantValue
getValueClass
-
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
-
-