Package net.storm.api.events
Class ProfileChanged
java.lang.Object
net.storm.api.events.ProfileChanged
An event fired when the active configuration profile is changed.
This event is triggered when the user switches between different configuration profiles. Configuration profiles allow users to maintain separate sets of plugin settings and switch between them as needed.
Plugins can subscribe to this event to reload their configuration or reset their state when the profile changes.
This is a marker event with no associated data - its presence alone signals that the profile has changed.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ProfileChanged
public ProfileChanged()
-