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


@RpcInterface(value="ucp.v30.events.callcdr")
@UciService(value="ucp.v30.events.callcdr")
public interface UcpCallCdrEvents

This interface defines the call events that can be received by a UCI client implementation in order to handle cdrdata.


Field Summary
static String SERVICE_NAME
          The UCI service name used for this interface
 
Method Summary
 void callCdrEvent(Map<String,Object> cdrDataProperties)
          This event provides Information about new CallCdr to the UCI client
 

Field Detail

SERVICE_NAME

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

See Also:
Constant Field Values
Method Detail

callCdrEvent

void callCdrEvent(Map<String,Object> cdrDataProperties)
This event provides Information about new CallCdr to the UCI client

Parameters:
cdrDataProperties - the newCallCdrEvent CdrDataProperties


Copyright © 2012 STARFACE GmbH. All rights reserved.