Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.googlecontacts
Class GoogleQuery

java.lang.Object
  extended by net.java.sip.communicator.service.googlecontacts.GoogleQuery

public class GoogleQuery
extends Object

Describes a Google query.

Author:
Sebastien Vincent

Constructor Summary
GoogleQuery(Pattern query)
          Constructor.
 
Method Summary
 void cancel()
          Cancel the query.
 Pattern getQueryPattern()
          Get the query pattern.
 boolean isCancelled()
          If the query has been cancelled.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoogleQuery

public GoogleQuery(Pattern query)
Constructor.

Parameters:
query - query string
Method Detail

getQueryPattern

public Pattern getQueryPattern()
Get the query pattern.

Returns:
query pattern

cancel

public void cancel()
Cancel the query.


isCancelled

public boolean isCancelled()
If the query has been cancelled.

Returns:
true If the query has been cancelled, false otherwise

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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