Class GroupConfigurationRemoveEvent
java.lang.Object
eu.cloudnetservice.driver.event.Event
eu.cloudnetservice.driver.event.events.group.GroupConfigurationEvent
eu.cloudnetservice.driver.event.events.group.GroupConfigurationRemoveEvent
Event triggered when a group configuration was removed.
- Since:
- 4.0
-
Constructor Summary
ConstructorsConstructorDescriptionGroupConfigurationRemoveEvent(@NonNull GroupConfiguration configuration) Constructs a new group configuration remove event. -
Method Summary
Methods inherited from class eu.cloudnetservice.driver.event.events.group.GroupConfigurationEvent
configuration
-
Constructor Details
-
GroupConfigurationRemoveEvent
Constructs a new group configuration remove event.- Parameters:
configuration- the configuration associated with this event.- Throws:
NullPointerException- if the given configuration is null.
-