Class ConfigSaveEvent<K>

java.lang.Object
me.a8kj.eventbus.Event
me.a8kj.config.event.ConfigEvent<K>
me.a8kj.config.event.impl.ConfigSaveEvent<K>
Type Parameters:
K - the type of data keys used in the configuration file.

public class ConfigSaveEvent<K> extends ConfigEvent<K>
Event triggered immediately after a configuration file has been successfully saved to the disk. This event signifies that the changes made in memory have been synchronized with the physical file, ensuring data persistence.
Since:
0.1
Author:
a8kj7sea
  • Constructor Details

    • ConfigSaveEvent

      public ConfigSaveEvent(ConfigFile<K> configFile)
      Constructs a new ConfigSaveEvent.
      Parameters:
      configFile - the configuration file that was successfully saved.
      Since:
      0.1