Package me.a8kj.config.event.impl
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.
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
-
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
-
ConfigSaveEvent
Constructs a new ConfigSaveEvent.- Parameters:
configFile- the configuration file that was successfully saved.- Since:
- 0.1
-