Uses of Interface
org.jivesoftware.smackx.workgroup.WorkgroupInvitationListener
-
Packages that use WorkgroupInvitationListener Package Description org.jivesoftware.smackx.workgroup.agent TODO describe me.org.jivesoftware.smackx.workgroup.user TODO describe me. -
-
Uses of WorkgroupInvitationListener in org.jivesoftware.smackx.workgroup.agent
Methods in org.jivesoftware.smackx.workgroup.agent with parameters of type WorkgroupInvitationListener Modifier and Type Method Description voidAgentSession. addInvitationListener(WorkgroupInvitationListener invitationListener)Adds an invitation listener.voidAgentSession. 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 Modifier and Type Method Description voidWorkgroup. addInvitationListener(WorkgroupInvitationListener invitationListener)Adds an invitation listener that will be notified of groupchat invitations from the workgroup for the user that created this Workgroup instance.voidWorkgroup. removeQueueListener(WorkgroupInvitationListener invitationListener)Removes an invitation listener.
-