Interface OnComplete<T>


public interface OnComplete<T>
Invoked when a process is completed, this is a generic interface designed to replace the SuccessCallback interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked to indicate the process was completed
  • Method Details

    • completed

      void completed(T v)

      Invoked to indicate the process was completed

      Parameters
      • v: the value of the process