Class GroupConfigurationEvent
java.lang.Object
eu.cloudnetservice.driver.event.Event
eu.cloudnetservice.driver.event.events.group.GroupConfigurationEvent
- Direct Known Subclasses:
GroupConfigurationAddEvent,GroupConfigurationRemoveEvent
Represents an event which is related group configuration handling in any way.
- Since:
- 4.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGroupConfigurationEvent(@NonNull GroupConfiguration configuration) Constructs a new group configuration event. -
Method Summary
Modifier and TypeMethodDescriptionGet the group configuration associated with this event.
-
Field Details
-
configuration
-
-
Constructor Details
-
GroupConfigurationEvent
Constructs a new group configuration event.- Parameters:
configuration- the configuration associated with this event.- Throws:
NullPointerException- if the given configuration is null.
-
-
Method Details
-
configuration
Get the group configuration associated with this event.- Returns:
- the group configuration associated with this event.
-