Class LocalTimeBinding
- java.lang.Object
-
- io.github.mmm.event.AbstractEventSource<ObservableEvent<V>,ObservableEventListener<? super V>>
-
- io.github.mmm.value.observable.AbstractObservableValue<V>
-
- io.github.mmm.value.observable.Binding<LocalTime>
-
- io.github.mmm.value.observable.temporal.localtime.LocalTimeBinding
-
- All Implemented Interfaces:
EventSource<ObservableEvent<LocalTime>,ObservableEventListener<? super LocalTime>>
,ComparableExpression<LocalTime>
,Expression<LocalTime>
,ObservableObjectValue<LocalTime>
,ReadableObjectValue<LocalTime>
,ReadableSimpleValue<LocalTime>
,ReadableTypedObjectValue<LocalTime>
,ObservableValue<LocalTime>
,LocalTimeExpression
,ObservableLocalTimeValue
,ReadableLocalTimeValue
,ObservableTemporalValue<LocalTime>
,ReadableTemporalValue<LocalTime>
,TemporalExpression<LocalTime>
,ReadableTypedValue<LocalTime>
,ReadableValue<LocalTime>
,Supplier<LocalTime>
public class LocalTimeBinding extends Binding<LocalTime> implements LocalTimeExpression
- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description LocalTimeBinding(Supplier<LocalTime> expression, ObservableValue<?>... dependencies)
The constructor.
-
Method Summary
-
Methods inherited from class io.github.mmm.value.observable.Binding
bind, dispose, get, invalidate, isValid, toString, unbind
-
Methods inherited from class io.github.mmm.value.observable.AbstractObservableValue
addListener, fireChange, fireEvent, fireEvent, fireEventFor, fireEventFor, fireEventWithOldValue, hasChangeAwareListeners, removeListener, toString
-
Methods inherited from class io.github.mmm.event.AbstractEventSource
getEventAdapter, hasListeners
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.github.mmm.value.observable.comparable.ComparableExpression
greaterThan, greaterThan, greaterThanOrEqualTo, greaterThanOrEqualTo, lessThan, lessThan, lessThanOrEqualTo, lessThanOrEqualTo
-
Methods inherited from interface io.github.mmm.event.EventSource
addListener, addListener, addWeakListener, removeListener
-
Methods inherited from interface io.github.mmm.value.observable.Expression
asString, dispose, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull
-
Methods inherited from interface io.github.mmm.value.observable.temporal.localtime.LocalTimeExpression
inFuture, inPast
-
Methods inherited from interface io.github.mmm.value.observable.ObservableValue
toString
-
Methods inherited from interface io.github.mmm.value.observable.temporal.localtime.ReadableLocalTimeValue
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
-
-
-
-
Constructor Detail
-
LocalTimeBinding
public LocalTimeBinding(Supplier<LocalTime> expression, ObservableValue<?>... dependencies)
The constructor.- Parameters:
expression
- theSupplier
to compute thevalue
.dependencies
- theObservableValue
s theexpression
depends on.
-
-