Uses of Class
org.jivesoftware.smackx.workgroup.agent.WorkgroupQueue.Status
Package
Description
TODO describe me.
TODO describe me.
-
Uses of WorkgroupQueue.Status in org.jivesoftware.smackx.workgroup.agent
Modifier and TypeFieldDescriptionstatic final WorkgroupQueue.Status
WorkgroupQueue.Status.ACTIVE
The queue is active but NOT accepting new chat requests.static final WorkgroupQueue.Status
WorkgroupQueue.Status.CLOSED
The queue is NOT active and NOT accepting new chat requests.static final WorkgroupQueue.Status
WorkgroupQueue.Status.OPEN
The queue is active and accepting new chat requests.Modifier and TypeMethodDescriptionstatic WorkgroupQueue.Status
WorkgroupQueue.Status.fromString
(String type) Converts a String into the corresponding status.WorkgroupQueue.getStatus()
Returns the status of the queue.Modifier and TypeMethodDescriptionvoid
QueueUsersListener.statusUpdated
(WorkgroupQueue queue, WorkgroupQueue.Status status) The status of the queue was updated. -
Uses of WorkgroupQueue.Status in org.jivesoftware.smackx.workgroup.packet