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


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

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


Method Summary
 void newFaxListEntry(FaxListEntry faxListEntry)
          This event allows the UCI client to get informed about new fax list entries being available.
 

Method Detail

newFaxListEntry

void newFaxListEntry(FaxListEntry faxListEntry)
This event allows the UCI client to get informed about new fax list entries being available.

Parameters:
faxListEntry - the new fax list entry with a Map containing the values defined in FaxListEntry


Copyright © 2012 STARFACE GmbH. All rights reserved.