Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.util.dns
Interface UnboundApi.UnboundCallback

Enclosing class:
UnboundApi

public static interface UnboundApi.UnboundCallback

Interface for the async resolve callback.


Method Summary
 void UnboundResolveCallback(Object data, int err, UnboundResult result)
          Called on completion of the async resolution.
 

Method Detail

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 otherwise
result - 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.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.