Interface GroupEvent

All Superinterfaces:
Event
All Known Implementing Classes:
GroupJoinedEvent, GroupJoinFailedEvent, GroupLeftEvent, GroupMemberJoinedEvent, GroupMemberLeftEvent

public interface GroupEvent extends Event
An event that is related to a Group.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getGroup

      Group getGroup()