Class BooleanPropertyListener
java.lang.Object
johnsmith.configoverhauled.api.listener.AbstractPropertyListener<Boolean>
johnsmith.configoverhauled.api.listener.BooleanPropertyListener
- All Implemented Interfaces:
Property.Listener
-
Field Summary
Fields inherited from class AbstractPropertyListener
cachedProperty, defaultValue, description, initialized, typeDefinition -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBooleanPropertyListener(ConfigDescription description, Boolean defaultValue) -
Method Summary
Methods inherited from class AbstractPropertyListener
onPropertyChanged, onPropertyInvalidated, resolveProperty
-
Constructor Details
-
BooleanPropertyListener
-