Class DoublePropertyListener
java.lang.Object
johnsmith.configoverhauled.api.listener.AbstractPropertyListener<Double>
johnsmith.configoverhauled.api.listener.BoundedPropertyListener<Double>
johnsmith.configoverhauled.api.listener.DoublePropertyListener
- All Implemented Interfaces:
Property.Listener
-
Field Summary
Fields inherited from class BoundedPropertyListener
lowerBound, upperBoundFields inherited from class AbstractPropertyListener
cachedProperty, defaultValue, description, initialized, typeDefinition -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDoublePropertyListener(ConfigDescription description, Double defaultValue) protectedDoublePropertyListener(ConfigDescription description, Double defaultValue, Double lowerBound, Double upperBound) -
Method Summary
Methods inherited from class BoundedPropertyListener
resolvePropertyMethods inherited from class AbstractPropertyListener
onPropertyChanged, onPropertyInvalidated
-
Constructor Details
-
DoublePropertyListener
protected DoublePropertyListener(ConfigDescription description, Double defaultValue, Double lowerBound, Double upperBound) -
DoublePropertyListener
-