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