Uses of Interface
org.jivesoftware.smackx.workgroup.WorkgroupInvitationListener

Packages that use WorkgroupInvitationListener
org.jivesoftware.smackx.workgroup.agent   
org.jivesoftware.smackx.workgroup.user   
 

Uses of WorkgroupInvitationListener in org.jivesoftware.smackx.workgroup.agent
 

Methods in org.jivesoftware.smackx.workgroup.agent with parameters of type WorkgroupInvitationListener
 void AgentSession.addInvitationListener(WorkgroupInvitationListener invitationListener)
          Adds an invitation listener.
 void AgentSession.removeInvitationListener(WorkgroupInvitationListener invitationListener)
          Removes an invitation listener.
 

Uses of WorkgroupInvitationListener in org.jivesoftware.smackx.workgroup.user
 

Methods in org.jivesoftware.smackx.workgroup.user with parameters of type WorkgroupInvitationListener
 void Workgroup.addInvitationListener(WorkgroupInvitationListener invitationListener)
          Adds an invitation listener that will be notified of groupchat invitations from the workgroup for the the user that created this Workgroup instance.
 void Workgroup.removeQueueListener(WorkgroupInvitationListener invitationListener)
          Removes an invitation listener.