Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.gui.main.contactlist
Interface FilterQueryListener

All Known Implementing Classes:
SearchField

public interface FilterQueryListener

The FilterQueryListener is notified when a filter query finishes.

Author:
Yana Stamcheva

Method Summary
 void filterQueryFailed(FilterQuery query)
          Indicates that the given query has finished with failure, i.e.
 void filterQuerySucceeded(FilterQuery query)
          Indicates that the given query has finished with success, i.e.
 

Method Detail

filterQuerySucceeded

void filterQuerySucceeded(FilterQuery query)
Indicates that the given query has finished with success, i.e. the filter has returned results.

Parameters:
query - the FilterQuery, where this listener is registered

filterQueryFailed

void filterQueryFailed(FilterQuery query)
Indicates that the given query has finished with failure, i.e. no results for the filter were found.

Parameters:
query - the FilterQuery, where this listener is registered

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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