public abstract class AbstractAsyncCallback<T> extends Object implements AsyncCallback<T>
Constructor and Description |
---|
AbstractAsyncCallback() |
Modifier and Type | Method and Description |
---|---|
void |
onFailure(Throwable caught) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onSuccess
public void onFailure(Throwable caught)
onFailure
in interface AsyncCallback<T>
Copyright © 2010-2014 ArcBees. All Rights Reserved.