Smack

org.jivesoftware.smackx.workgroup.agent
Interface QueueAgentsListener


public interface QueueAgentsListener


Method Summary
 void agentsUpdated(WorkgroupQueue queue, Set agents)
          The list of available agents servicing the queue was updated.
 void currentChatsUpdated(WorkgroupQueue queue, int currentChats)
          The current number of chats the agents are handling was updated.
 void maxChatsUpdated(WorkgroupQueue queue, int maxChats)
          The maximum number of chats the agents can handle was updated.
 

Method Detail

currentChatsUpdated

void currentChatsUpdated(WorkgroupQueue queue,
                         int currentChats)
The current number of chats the agents are handling was updated.

Parameters:
queue - the workgroup queue.
currentChats - the current number of chats the agents are handling.

maxChatsUpdated

void maxChatsUpdated(WorkgroupQueue queue,
                     int maxChats)
The maximum number of chats the agents can handle was updated.

Parameters:
queue - the workgroup queue.
maxChats - the maximum number of chats the agents can handle.

agentsUpdated

void agentsUpdated(WorkgroupQueue queue,
                   Set agents)
The list of available agents servicing the queue was updated.

Parameters:
queue - the workgroup queue.
agents - the available agents servicing the queue.

Smack

Copyright © 2003 Jive Software.