Classes
 ClassDescription
 AbstractPublisher Abstract base class for all Publisher implementations.
 AbstractSubscriber Abstract base class for all Subscriber implementations.
 DefaultPropertyWatcher Default implementation of the PropertyWatcher interface.
 PersistentPublisher A publisher that updates when the matching persisted value has changed in the installed persistence manager.
 PersistentSubscriber A subscriber that passes all updates to the installed persistence manager.
 PropertyPublisher A Publisher that observes the value of a single property and uses its value as the published value.
 PropertySubscriber A Subscriber that updates the value of a single property whenever the value of matching publishers changes.
 SubscribingPropertyPublisher A publisher that observes the value of a single property and uses its value as the published value and subscribes to the values of other matching publishers at the same time.