|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@RpcInterface(value="ucp.v30.events.phone") @UciService(value="ucp.v30.events.phone") public interface UcpPhoneEvents
This interface defines the phone events that can be received by a UCI client implementation in order to handle phone registration.
| Field Summary | |
|---|---|
static String |
SERVICE_NAME
The UCI service name used for this interface |
| Method Summary | |
|---|---|
void |
newSoftPhoneRegisteredEvent(Map<String,Object> softPhoneRegistrationInfo)
This event provides Information about new SoftPhone registrations thats SIP credentials has been requested by the UCI client. |
void |
phonesChangedEvent(List<String> phones)
This event provides Information about changes of telephones of this user. |
void |
primaryPhoneChangedEvent(String phone)
This event provides Information about changes of the primary phone of this user. |
| Field Detail |
|---|
static final String SERVICE_NAME
| Method Detail |
|---|
void newSoftPhoneRegisteredEvent(Map<String,Object> softPhoneRegistrationInfo)
softPhoneRegistrationInfo - the new softPhoneRegistration SoftPhoneRegistrationInfovoid phonesChangedEvent(List<String> phones)
phones - a list of all phones of this user.void primaryPhoneChangedEvent(String phone)
phone - primary phone
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||