Interface WorkgroupInvitationListener


  • public interface WorkgroupInvitationListener
    An interface which all classes interested in hearing about group chat invitations should implement.
    • Method Detail

      • invitationReceived

        void invitationReceived​(WorkgroupInvitation invitation)
        The implementing class instance will be notified via this method when an invitation to join a group chat has been received from the server.
        Parameters:
        invitation - an Invitation instance embodying the information pertaining to the invitation