Interface GroupDeleteEvent

    • Method Detail

      • getGroupName

        @NonNull String getGroupName()
        Gets the name of the deleted group
        Returns:
        the name of the deleted group
      • getExistingData

        @NonNull Set<Node> getExistingData()
        Gets an immutable copy of the groups existing data
        Returns:
        a copy of the groups existing data
      • getCause

        @NonNull DeletionCause getCause()
        Gets the cause of the deletion
        Returns:
        the cause of the deletion