|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueObserver | |
---|---|
ch.elca.el4j.util.observer | |
ch.elca.el4j.util.observer.impl |
Uses of ValueObserver in ch.elca.el4j.util.observer |
---|
Subinterfaces of ValueObserver in ch.elca.el4j.util.observer | |
---|---|
interface |
InquisitiveValueObserver<T>
An InquisitiveValueObserver is a ValueObserver that inquires about the state of other ObservableValue objects. |
Methods in ch.elca.el4j.util.observer with parameters of type ValueObserver | |
---|---|
void |
ObservableValue.subscribe(ValueObserver<? super T> o)
subscribe to this observable's change notifications. |
void |
ObservableValue.subscribeSilently(ValueObserver<? super T> o)
subscribe to this observable's change notifications without getting an initial change notification. |
void |
ObservableValue.unsubscribe(ValueObserver<? super T> o)
unsubscribes from this observable's change notifications, i.e. no change notification will be sent anymore. |
Uses of ValueObserver in ch.elca.el4j.util.observer.impl |
---|
Classes in ch.elca.el4j.util.observer.impl that implement ValueObserver | |
---|---|
class |
LiveValue<T>
A LiveValue is a derived value that stays up to date by itself. |
Methods in ch.elca.el4j.util.observer.impl with parameters of type ValueObserver | |
---|---|
void |
AbstractObservableValue.subscribe(ValueObserver<? super T> o)
subscribe to this observable's change notifications. |
void |
AbstractObservableValue.subscribeSilently(ValueObserver<? super T> o)
subscribe to this observable's change notifications without getting an initial change notification. |
void |
AbstractObservableValue.unsubscribe(ValueObserver<? super T> o)
unsubscribes from this observable's change notifications, i.e. no change notification will be sent anymore. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |