de.starface.integration.uci.java.v30.ucp.messages.events
Interface UcpUserStateEvents
@RpcInterface(value="ucp.v30.events.userState")
@UciService(value="ucp.v30.events.userState")
public interface UcpUserStateEvents
This interface defines user state events that can be received by the UCI client implementation.
|
Method Summary |
void |
userStateChanged(Map<String,Object> state)
This event allows the UCI client to get informed when the state of the current user changes. |
SERVICE_NAME
static final String SERVICE_NAME
- The UCI service name used for this interface
- See Also:
- Constant Field Values
userStateChanged
void userStateChanged(Map<String,Object> state)
- This event allows the UCI client to get informed when the state of the current user changes.
- Parameters:
state - the new state of the user with a Map containing values for the keys defined in
UserStateProperties.
Copyright © 2012 STARFACE GmbH. All rights reserved.