com.ibm.websphere.sip.resolver
Interface DomainResolverListener
All Superinterfaces:
java.util.EventListener
- public interface DomainResolverListener
- extends java.util.EventListener
Method Summary
Modifier and Type | Method and Description |
---|---|
|
error(SipURILookupErrorEvent event)
Notification that query was unsuccessful.
|
|
handleResults(SipURILookupEvent event)
Notification that query was successful and application can handle results.
|
Method Detail
handleResults
- void handleResults(SipURILookupEvent event)
Notification that query was successful and application can handle results.
Parameters:
event
- error
- void error(SipURILookupErrorEvent event)
Notification that query was unsuccessful.
Parameters:
event
-