Class ConfigSync

java.lang.Object
net.storm.api.events.ConfigSync

public class ConfigSync extends Object
An event fired when configuration synchronization occurs.

This event is triggered when the configuration system synchronizes settings, typically after loading or saving configuration data. Plugins can subscribe to this event to perform actions that depend on configuration being fully loaded or synchronized.

This is a marker event with no associated data - its presence alone signals that synchronization has occurred.

  • Constructor Details

    • ConfigSync

      public ConfigSync()