public interface Callback<T>

ExtendsFailureCallback<T>, SuccessCallback<T>

Known subtypesCallbackAdapter

Simple interface that allows asynchronous code to perform a parameterized callback or failure in a similar way to GWT’s callback interface.

Inherited methods