public abstract class ActionHandler extends java.lang.Object
ActionHandler()
void
cancel()
complete()
boolean
isLoading()
protected abstract void
onCancel()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ActionHandler()
public boolean isLoading()
public void complete()
public final void cancel()
protected abstract void onCancel()