Package me.a8kj.config.event.impl
Class ConfigLoadEvent<K>
java.lang.Object
me.a8kj.eventbus.Event
me.a8kj.config.event.ConfigEvent<K>
me.a8kj.config.event.impl.ConfigLoadEvent<K>
- Type Parameters:
K- the type of data keys used in the configuration file.
Event triggered when a configuration file's data has been successfully loaded into memory.
This is typically fired after a 'read' operation, signaling that the data is now
available for retrieval via the config's memory storage.
- 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
-
ConfigLoadEvent
Constructs a new ConfigLoadEvent.- Parameters:
configFile- the configuration file that has been loaded.- Since:
- 0.1
-