|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@UciService(value="ucp.v30.events.fax") @RpcInterface(value="ucp.v30.events.fax") @RpcValueTranslation(version=30) public interface UciFaxEvents
This interface defines communication fax events that can be received by a UCI client implementation in order to handle outgoing faxes.
| Method Summary | |
|---|---|
void |
receiveFaxState(Fax faxProperties)
Much the same as ReceiveCallState the ReceiveFaxState event notifies the UCI client of state changes to an outgoing fax request by providing several properties about the fax request including the id of the fax request, the new state of the fax request and the timestamp when the request did change its state. |
| Method Detail |
|---|
void receiveFaxState(Fax faxProperties)
faxProperties - the different properties of the fax in a map. The constants of FaxProperties
are used as keys in the map.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||