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.

public class ConfigLoadEvent<K> extends ConfigEvent<K>
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
  • Constructor Details

    • ConfigLoadEvent

      public ConfigLoadEvent(ConfigFile<K> configFile)
      Constructs a new ConfigLoadEvent.
      Parameters:
      configFile - the configuration file that has been loaded.
      Since:
      0.1