Interface WorkgroupInvitationListener
-
public interface WorkgroupInvitationListener
An interface which all classes interested in hearing about group chat invitations should implement.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinvitationReceived(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.
-
-
-
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
-
-