Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.contactsource
Interface ContactQueryListener

All Known Implementing Classes:
FilterQuery, TreeContactList

public interface ContactQueryListener

The ContactQueryListener notifies interested parties of any change in a ContactQuery, e.g. when a new contact has been received or a the query status has changed.

Author:
Yana Stamcheva

Method Summary
 void contactReceived(ContactReceivedEvent event)
          Indicates that a new contact has been received for a search.
 void queryStatusChanged(ContactQueryStatusEvent event)
          Indicates that the status of a search has been changed.
 

Method Detail

contactReceived

void contactReceived(ContactReceivedEvent event)
Indicates that a new contact has been received for a search.

Parameters:
event - the ContactQueryEvent containing information about the received SourceContact

queryStatusChanged

void queryStatusChanged(ContactQueryStatusEvent event)
Indicates that the status of a search has been changed.

Parameters:
event - the ContactQueryStatusEvent containing information about the status change

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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