Package me.a8kj.config.event
Class ConfigEvent<K>
java.lang.Object
me.a8kj.eventbus.Event
me.a8kj.config.event.ConfigEvent<K>
- Type Parameters:
K- the type of data keys used in the configuration file.
- Direct Known Subclasses:
ConfigCreateEvent,ConfigDeleteEvent,ConfigLoadEvent,ConfigSaveEvent
public abstract class ConfigEvent<K>
extends me.a8kj.eventbus.Event
Abstract base class for all configuration-related events.
This class serves as a bridge between the configuration system and the event bus,
ensuring that every event carries a reference to the affected configuration file.
- Since:
- 0.1
- Author:
- a8kj7sea
-
Nested Class Summary
Nested classes/interfaces inherited from class me.a8kj.eventbus.Event
me.a8kj.eventbus.Event.Result -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class me.a8kj.eventbus.Event
getEventName, getName, isAsynchronous
-
Constructor Details
-
ConfigEvent
public ConfigEvent()
-