Uses of Class
org.jivesoftware.smackx.workgroup.QueueUser
-
Packages that use QueueUser Package Description org.jivesoftware.smackx.workgroup.agent TODO describe me.org.jivesoftware.smackx.workgroup.packet TODO describe me. -
-
Uses of QueueUser in org.jivesoftware.smackx.workgroup.agent
Methods in org.jivesoftware.smackx.workgroup.agent that return types with arguments of type QueueUser Modifier and Type Method Description java.util.Iterator<QueueUser>
WorkgroupQueue. getUsers()
Returns an Iterator for the users in the queue waiting to be routed to an agent (QueueUser instances).Method parameters in org.jivesoftware.smackx.workgroup.agent with type arguments of type QueueUser Modifier and Type Method Description void
QueueUsersListener. usersUpdated(WorkgroupQueue queue, java.util.Set<QueueUser> users)
The list of users waiting in the queue was updated. -
Uses of QueueUser in org.jivesoftware.smackx.workgroup.packet
Methods in org.jivesoftware.smackx.workgroup.packet that return types with arguments of type QueueUser Modifier and Type Method Description java.util.Set<QueueUser>
QueueDetails. getUsers()
Returns the set of users in the queue that are waiting to be routed to an agent (as QueueUser objects).
-