Package ch.elca.el4j.util.observer

Generic observer pattern implementation.

See:
          Description

Interface Summary
InquisitiveValueObserver<T> An InquisitiveValueObserver is a ValueObserver that inquires about the state of other ObservableValue objects.
ObservableValue<T> Instances of ObservableValue encapsulate an observable reference of type T.
ValueObserver<T> An object observing (i.e.
 

Package ch.elca.el4j.util.observer Description

Generic observer pattern implementation. See ObservableValue and its implementing classes.



Copyright © 2005-2008 ELCA. All Rights Reserved.