Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.protocol
Interface OperationSetServerStoredContactInfo.DetailsResponseListener

Enclosing interface:
OperationSetServerStoredContactInfo

public static interface OperationSetServerStoredContactInfo.DetailsResponseListener

Retrieving details can take some time, this listener will inform when retrieving has ended and will return the details if any.


Method Summary
 void detailsRetrieved(Iterator<ServerStoredDetails.GenericDetail> detailIterator)
          Informs for details retrieved.
 

Method Detail

detailsRetrieved

void detailsRetrieved(Iterator<ServerStoredDetails.GenericDetail> detailIterator)
Informs for details retrieved.

Parameters:
detailIterator - the details retrieved if any.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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