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

Packages that use UserState
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. 
de.starface.integration.uci.java.v30.types This package contains the entity types that are transferred using the UCI service interfaces 
 

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

Methods in de.starface.integration.uci.java.v30.messages.events with parameters of type UserState
 void UciUserStateEvents.userStateChanged(UserState state)
          This event allows the UCI client to get informed when the state of the current user changes.
 

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

Methods in de.starface.integration.uci.java.v30.messages.requests that return UserState
 UserState UciUserStateRequests.getUserState()
          This request can be used by the UCI client to obtain the current user's state with information about his DND, telefony, chat and avatar state.
 

Uses of UserState in de.starface.integration.uci.java.v30.types
 

Subclasses of UserState in de.starface.integration.uci.java.v30.types
 class QueueAgentState
          Represents the state of an agent.
 

Methods in de.starface.integration.uci.java.v30.types that return UserState
 UserState FunctionKey.getUserState()
           
 

Methods in de.starface.integration.uci.java.v30.types with parameters of type UserState
 void FunctionKey.setUserState(UserState userState)
           
 

Constructors in de.starface.integration.uci.java.v30.types with parameters of type UserState
QueueAgentState(int accountId, int qAccountId, boolean loggedIn, String name, UserState userState)
           
 



Copyright © 2012 STARFACE GmbH. All rights reserved.