public static interface Registration.Listener
| Modifier and Type | Method and Description |
|---|---|
void |
onRegistered(javax.servlet.sip.Address contact,
int expires,
List<javax.servlet.sip.Address> contacts) |
void |
onRegistrationFailed(int status) |
void |
onUnregistered(javax.servlet.sip.Address contact) |
void onRegistered(javax.servlet.sip.Address contact,
int expires,
List<javax.servlet.sip.Address> contacts)
void onUnregistered(javax.servlet.sip.Address contact)
void onRegistrationFailed(int status)
Copyright © 2014. All Rights Reserved.