Interface DoneCallback<D>

Type Parameters:
D - Type used for Deferred.resolve(Object)

public interface DoneCallback<D>
A callback invoked when the Promise's state becomes Promise.State.RESOLVED.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onDone(D result)
     
  • Method Details

    • onDone

      void onDone(D result)