Class ARGBColorPropertyListener
java.lang.Object
johnsmith.configoverhauled.api.listener.AbstractPropertyListener<Integer>
johnsmith.configoverhauled.api.listener.BoundedPropertyListener<Integer>
johnsmith.configoverhauled.api.listener.ARGBColorPropertyListener
- 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
ConstructorsModifierConstructorDescriptionprotectedARGBColorPropertyListener(ConfigDescription description, Integer defaultValue) -
Method Summary
Methods inherited from class BoundedPropertyListener
resolvePropertyMethods inherited from class AbstractPropertyListener
onPropertyChanged, onPropertyInvalidated
-
Constructor Details
-
ARGBColorPropertyListener
-