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


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

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


Method Summary
 void redirectSettingsChanged(List<RedirectSetting> redirectSettings)
          This event allows the UCI client to get informed when the state or number of the redirect settings change.
 

Method Detail

redirectSettingsChanged

void redirectSettingsChanged(List<RedirectSetting> redirectSettings)
This event allows the UCI client to get informed when the state or number of the redirect settings change.

Parameters:
redirectSettings - the new state of the redirect setting


Copyright © 2012 STARFACE GmbH. All rights reserved.