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.
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.
Distributable under LGPL license.