public interface DomainResolverListener
extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
error(SipURILookupErrorEvent event)
Notification that query was unsuccessful.
|
void |
handleResults(SipURILookupEvent event)
Notification that query was successful and application can handle results.
|
void handleResults(SipURILookupEvent event)
event - void error(SipURILookupErrorEvent event)
event -