de.starface.integration.uci.java.v30.messages.events
Interface UciUserStateEvents
@RpcInterface(value="ucp.v30.events.userState")
@UciService(value="ucp.v30.events.userState")
@RpcValueTranslation(version=30)
public interface UciUserStateEvents
This interface defines user state events that can be received by the UCI client implementation.
|
Method Summary |
void |
userStateChanged(UserState state)
This event allows the UCI client to get informed when the state of the current user changes. |
userStateChanged
void userStateChanged(UserState 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 String value of one of the constants in
UserState.
Copyright © 2012 STARFACE GmbH. All rights reserved.