de.starface.integration.uci.java.v30.ucp.messages.events
Interface UcpRedirectEvents


@UciService(value="ucp.v30.events.redirect")
@RpcInterface(value="ucp.v30.events.redirect")
public interface UcpRedirectEvents

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


Field Summary
static String SERVICE_NAME
          The UCI service name used for this interface
 
Method Summary
 void redirectSettingsChanged(List<Map<String,Object>> redirectSettings)
          This event allows the UCI client to get informed when the state or number of the redirect settings change.
 

Field Detail

SERVICE_NAME

static final String SERVICE_NAME
The UCI service name used for this interface

See Also:
Constant Field Values
Method Detail

redirectSettingsChanged

void redirectSettingsChanged(List<Map<String,Object>> 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.