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


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


Field Summary
static String SERVICE_NAME
          The UCI service name used for this interface
 
Method Summary
 void fmcPhonesChangedEvent(Map<String,Object> phones)
          This event provides Information about changes of FMC phones of this user.
 

Field Detail

SERVICE_NAME

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

See Also:
Constant Field Values
Method Detail

fmcPhonesChangedEvent

void fmcPhonesChangedEvent(Map<String,Object> phones)
This event provides Information about changes of FMC phones of this user.

Parameters:
phones - a list of all FMC phones of this user.


Copyright © 2012 STARFACE GmbH. All rights reserved.