|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProxyRegistrationListener
A callback interface for objects interested in knowing about registration events.
| Method Summary | |
|---|---|
void |
registered(URI client,
URI proxy)
Called when we register with a given proxy. |
void |
registrationFailed(URI client,
URI proxy)
Called when an attempt to register with a given proxy fails. |
void |
reRegistered(URI client,
URI proxy)
Called when we re-register with a given proxy. |
void |
unregistered(URI client,
URI proxy)
Called when we unregister from a given proxy. |
| Method Detail |
|---|
void registered(URI client,
URI proxy)
client - The client.proxy - The proxy.
void reRegistered(URI client,
URI proxy)
client - The client.proxy - The proxy.
void registrationFailed(URI client,
URI proxy)
client - The client.proxy - The proxy.
void unregistered(URI client,
URI proxy)
client - The client.proxy - The proxy.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||