de.starface.integration.uci.java.v30.messages.events
Interface UciGroupEvents


@UciService(value="ucp.v30.events.group")
@RpcInterface(value="ucp.v30.events.group")
@RpcValueTranslation(version=30)
public interface UciGroupEvents

This interface defines the group events that can be received by a UCI client implementation in order to handle group setting changes.


Method Summary
 void groupSettingsChanged(List<GroupSetting> groupSettings)
          This event allows the UCI client to get informed when the state or number of the group settings change.
 

Method Detail

groupSettingsChanged

void groupSettingsChanged(List<GroupSetting> groupSettings)
This event allows the UCI client to get informed when the state or number of the group settings change.

Parameters:
groupSettings - the new state of the group setting


Copyright © 2012 STARFACE GmbH. All rights reserved.