Class Summary |
CallbackSelfNotifyingProperty |
A property that automatically notifies its observers whenever its value changes state. |
DynamicProperty |
A property consisting of a name and a value - the value is not stored within this class. |
PropertiesImpl |
An implementation of a collection of uk.org.ogsadai.common.Property objects. |
Property |
Abstract class representing a property - a qualified name and a value. |
PropertyEvent |
An event representing some kind of occurence involving a Properties object. |
PropertyEventDispatcher |
A thread-safe class for dispatching property events to a collection of property listeners. |
SelfNotifyingProperty |
A property that automatically notifies its observers whenever its value changes state. |
SelfUpdatingProperty |
A property that updates its value automatically whenever a specified object changes state. |
StaticProperty |
A property consisting of a name and a value - the value is stored within this class. |
?
This package provides classes and interfaces provide for the use of properties, both those where the property value is static and those where its value is provided on-demand via callbacks.