Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.googlecontacts
Interface GoogleEntryCallback


public interface GoogleEntryCallback

Defines the interface for a callback function which is called by the GoogleContactsService when a new GoogleContactsEntry has been found during a search.


Method Summary
 void callback(GoogleContactsEntry entry)
          Notifies this GoogleEntryCallback when a new GoogleContactsEntry has been found.
 

Method Detail

callback

void callback(GoogleContactsEntry entry)
Notifies this GoogleEntryCallback when a new GoogleContactsEntry has been found.

Parameters:
entry - the GoogleContactsEntry found

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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