de.starface.integration.uci.java.v30.ucp.messages.events
Interface UcpVoicemailListEvents
@RpcInterface(value="ucp.v30.events.voicemailList")
@UciService(value="ucp.v30.events.voicemailList")
public interface UcpVoicemailListEvents
This interface defines voicemail list events that can be received by the UCI client
implementation in order to handle voicemail list entries.
SERVICE_NAME
static final String SERVICE_NAME
- The UCI service name used for this interface
- See Also:
- Constant Field Values
newVoicemailListEntry
void newVoicemailListEntry(Map<String,Object> voicemailListEntry)
- This event allows the UCI client to get informed about new voicemail list entries being
available.
- Parameters:
voicemailListEntry - the new voicemail list entry with a Map containing the values defined in
VoicemailListEntry
Copyright © 2012 STARFACE GmbH. All rights reserved.