Class ConfigOptionEvent<T>
java.lang.Object
dev.prozilla.pine.common.event.Event<ConfigOptionEventType,ConfigOption<T>>
dev.prozilla.pine.core.state.config.ConfigOptionEvent<T>
- All Implemented Interfaces:
Cloneable<Event<ConfigOptionEventType,
ConfigOption<T>>>
-
Field Summary
Fields inherited from class dev.prozilla.pine.common.event.Event
immediatePropagationStopped, propagationStopped, target, type
-
Constructor Summary
ConstructorsConstructorDescriptionConfigOptionEvent
(ConfigOptionEventType type, ConfigOption<T> target, T value) -
Method Summary
Methods inherited from class dev.prozilla.pine.common.event.Event
clone, equals, equals, getTarget, getType, hashCode, isImmediatePropagationStopped, isPropagationStopped, stopImmediatePropagation, stopPropagation
-
Constructor Details
-
ConfigOptionEvent
-
-
Method Details
-
getValue
-