Package | Description |
---|---|
org.jivesoftware.smackx.workgroup.agent |
TODO describe me.
|
org.jivesoftware.smackx.workgroup.packet |
TODO describe me.
|
Modifier and Type | Method and Description |
---|---|
Iterator<QueueUser> |
WorkgroupQueue.getUsers()
Returns an Iterator for the users in the queue waiting to be routed to
an agent (QueueUser instances).
|
Modifier and Type | Method and Description |
---|---|
void |
QueueUsersListener.usersUpdated(WorkgroupQueue queue,
Set<QueueUser> users)
The list of users waiting in the queue was updated.
|
Modifier and Type | Method and Description |
---|---|
Set<QueueUser> |
QueueDetails.getUsers()
Returns the set of users in the queue that are waiting to
be routed to an agent (as QueueUser objects).
|