Class GroupConfigurationAddEvent
java.lang.Object
eu.cloudnetservice.driver.event.Event
eu.cloudnetservice.driver.event.events.group.GroupConfigurationEvent
eu.cloudnetservice.driver.event.events.group.GroupConfigurationAddEvent
Event called when a group configuration was added or updated. This is due to the fact that adding or updating makes
no difference for the cloudnet internal handling so there is no reason to split the same behaviour into two events.
- Since:
- 4.0
-
Constructor Summary
ConstructorsConstructorDescriptionGroupConfigurationAddEvent(@NonNull GroupConfiguration configuration) Constructs a new group configuration add event. -
Method Summary
Methods inherited from class eu.cloudnetservice.driver.event.events.group.GroupConfigurationEvent
configuration
-
Constructor Details
-
GroupConfigurationAddEvent
Constructs a new group configuration add event.- Parameters:
configuration- the configuration associated with this event.- Throws:
NullPointerException- if the given configuration is null.
-