de.starface.integration.uci.java.v30.ucp.messages.events
Interface UcpGroupEvents
@UciService(value="ucp.v30.events.group")
@RpcInterface(value="ucp.v30.events.group")
public interface UcpGroupEvents
This interface defines the group events that can be received by a UCI client implementation in
order to handle group setting changes.
SERVICE_NAME
static final String SERVICE_NAME
- The UCI service name used for this interface
- See Also:
- Constant Field Values
groupSettingChanged
void groupSettingChanged(List<Map<String,Object>> groupSetting)
- This event allows the UCI client to get informed when the state or number of the group
settings change.
- Parameters:
groupSetting - the new state of the group setting with values for the properties defined in
GroupSettingProperties.
Copyright © 2012 STARFACE GmbH. All rights reserved.