/** * Cancels this <tt>ContactQuery</tt>. * * @see ContactQuery#cancel() */ @Override public void cancel() { if (gQuery != null) { gQuery.cancel(); } super.cancel(); }
/** * Cancels this <tt>ContactQuery</tt>. * * @see ContactQuery#cancel() */ public void cancel() { clearListeners(); super.cancel(); }