net.java.sip.communicator.util.dns
Interface UnboundApi.UnboundCallback
- Enclosing class:
- UnboundApi
public static interface UnboundApi.UnboundCallback
Interface for the async resolve callback.
UnboundResolveCallback
void UnboundResolveCallback(Object data,
int err,
UnboundResult result)
- Called on completion of the async resolution.
- Parameters:
data - the same object as passed to
UnboundApi.resolveAsync(long, String, int, int,
Object, UnboundCallback)err - 0 when a result has been found, an Unbound error code
otherwiseresult - a newly allocated result structure. The result may be
null, in that case err is set.
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.