de.starface.integration.uci.java.v30.ucp.messages.events
Interface UcpFaxListEvents
@RpcInterface(value="ucp.v30.events.faxList")
@UciService(value="ucp.v30.events.faxList")
public interface UcpFaxListEvents
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(Map<String,Object> faxListEntry)
This event allows the UCI client to get informed about new fax list entries being available. |
SERVICE_NAME
static final String SERVICE_NAME
- The UCI service name used for this interface
- See Also:
- Constant Field Values
newFaxListEntry
void newFaxListEntry(Map<String,Object> 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.