Home | History | Annotate | Download | only in util

Lines Matching refs:onCancelled

157  * After invoking this method, {@link #onCancelled(Object)}, instead of
395 * @see #onCancelled(Object)
418 * <p>The default implementation simply invokes {@link #onCancelled()} and
420 * <code>super.onCancelled(result)</code>.</p>
429 protected void onCancelled(Result result) {
430 onCancelled();
434 * <p>Applications should preferably override {@link #onCancelled(Object)}.
436 * {@link #onCancelled(Object)}.</p>
441 * @see #onCancelled(Object)
445 protected void onCancelled() {
472 * <p>Calling this method will result in {@link #onCancelled(Object)} being
489 * @see #onCancelled(Object)
655 onCancelled(result);