Uses of Interface
ch.elca.el4j.util.observer.ValueObserver

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.
 



Copyright © 2005-2011 ELCA. All Rights Reserved.