Class GroupConfigurationAddEvent


public final class GroupConfigurationAddEvent extends GroupConfigurationEvent
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 Details

    • GroupConfigurationAddEvent

      public GroupConfigurationAddEvent(@NonNull @NonNull GroupConfiguration configuration)
      Constructs a new group configuration add event.
      Parameters:
      configuration - the configuration associated with this event.
      Throws:
      NullPointerException - if the given configuration is null.