Interface ObservableLocalDateTimeValue
-
- All Superinterfaces:
EventSource<ObservableEvent<LocalDateTime>,ObservableEventListener<? super LocalDateTime>>,ObservableObjectValue<LocalDateTime>,ObservableTemporalValue<LocalDateTime>,ObservableValue<LocalDateTime>,ReadableLocalDateTimeValue,ReadableObjectValue<LocalDateTime>,ReadableSimpleValue<LocalDateTime>,ReadableTemporalValue<LocalDateTime>,ReadableTypedObjectValue<LocalDateTime>,ReadableTypedValue<LocalDateTime>,ReadableValue<LocalDateTime>,Supplier<LocalDateTime>
- All Known Subinterfaces:
LocalDateTimeExpression,ReadableLocalDateTimeProperty,WritableLocalDateTimeProperty
- All Known Implementing Classes:
LocalDateTimeBinding,LocalDateTimeProperty
public interface ObservableLocalDateTimeValue extends ObservableTemporalValue<LocalDateTime>, ReadableLocalDateTimeValue
- 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.localdatetime.ReadableLocalDateTimeValue
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
-
-