Interface DoneCallback<D>
- Type Parameters:
D- Type used forDeferred.resolve(Object)
public interface DoneCallback<D>
A callback invoked when the
Promise's state becomes Promise.State.RESOLVED.- See Also:
-
Method Summary
-
Method Details
-
onDone
-