Uses of Interface
org.jivesoftware.smackx.workgroup.WorkgroupInvitationListener
Packages that use WorkgroupInvitationListener
Package
Description
TODO describe me.
TODO describe me.
-
Uses of WorkgroupInvitationListener in org.jivesoftware.smackx.workgroup.agent
Methods in org.jivesoftware.smackx.workgroup.agent with parameters of type WorkgroupInvitationListenerModifier and TypeMethodDescriptionvoid
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 WorkgroupInvitationListenerModifier and TypeMethodDescriptionvoid
Workgroup.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.void
Workgroup.removeQueueListener
(WorkgroupInvitationListener invitationListener) Removes an invitation listener.