public interface Callback<T> extends SuccessCallback<T>, FailureCallback<T>
Simple interface that allows asynchronous code to perform a parameterized callback or failure in a similar way to GWT's callback interface.
onSucess
onError