Smack

org.jivesoftware.smackx.workgroup
Interface WorkgroupInvitationListener


public interface WorkgroupInvitationListener

An interface which all classes interested in hearing about group chat invitations should implement.

Author:
loki der quaeler

Method Summary
 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.
 

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

Smack

Copyright © 2003-2007 Jive Software.