|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@UciService(value="ucp.v30.events.phone") @RpcInterface(value="ucp.v30.events.phone") @RpcValueTranslation(version=30) public interface UciPhoneEvents
This interface defines the phone events that can be received by a UCI client implementation in order to handle phone registration.
| Method Summary | |
|---|---|
void |
newSoftPhoneRegisteredEvent(SoftPhoneRegistrationInfo 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. |
| Method Detail |
|---|
void newSoftPhoneRegisteredEvent(SoftPhoneRegistrationInfo softPhoneRegistrationInfo)
softPhoneRegistrationInfo - the new softPhoneRegistration SoftPhoneRegistrationInfovoid phonesChangedEvent(List<String> phones)
phones - a list of all phones of this user.void primaryPhoneChangedEvent(String phone)
phone - the primary phone
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||