Package org.jdeferred2
Interface FailCallback<F>
-
- Type Parameters:
F
- Type used forDeferred.reject(Object)
public interface FailCallback<F>
A callback invoked when thePromise
's state becomesPromise.State.REJECTED
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onFail(F result)
-
-
-
Method Detail
-
onFail
void onFail(F result)
-
-