Uses of Class
de.starface.integration.uci.java.v30.types.QueueAgentState

Packages that use QueueAgentState
de.starface.integration.uci.java.v30.messages.events This package contains the events that the UCI client implementation can receive from STARFACE. 
de.starface.integration.uci.java.v30.messages.requests This package contains the requests that the UCI client implementation can send to STARFACE. 
 

Uses of QueueAgentState in de.starface.integration.uci.java.v30.messages.events
 

Methods in de.starface.integration.uci.java.v30.messages.events with parameters of type QueueAgentState
 void UciQueueEvents.queueAgentStateChanged(QueueAgentState agentState)
          One of the agents states has changed.
 

Uses of QueueAgentState in de.starface.integration.uci.java.v30.messages.requests
 

Methods in de.starface.integration.uci.java.v30.messages.requests that return types with arguments of type QueueAgentState
 List<QueueAgentState> UciQueueRequests.getQueueAgents(int queueAccountId)
          Returns a List of QueueAgents with their current states as defined in QueueAgentState of the given queue, if the user is an agent of it.
 



Copyright © 2012 STARFACE GmbH. All rights reserved.