Package org.eigenbase.util.property

Interface Summary
Trigger A Trigger is a callback which allows a subscriber to be notified when a property value changes.
 

Class Summary
BooleanProperty Definition and accessor for a boolean property.
DoubleProperty Definition and accessor for a double-precision property.
IntegerProperty Definition and accessor for an integer property.
PersistentStringProperty Definition and accessor for a string property that is capable of storing itself in a .properties file.
Property Definition and accessor for a property.
StringProperty Definition and accessor for a string property.
TriggerableProperties Base class for properties which can respond to triggers.
TriggerBase Basic implementation of a trigger, which doesn't do anything.
 

Exception Summary
Trigger.VetoRT