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


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

This interface defines voicemail list events that can be received by the UCI client implementation in order to handle voicemail list entries.


Method Summary
 void newVoicemailListEntry(VoicemailListEntry voicemailListEntry)
          This event allows the UCI client to get informed about new voicemail list entries being available.
 

Method Detail

newVoicemailListEntry

void newVoicemailListEntry(VoicemailListEntry 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.