Interface Callback<T>

Type Parameters:
T - The type of the result of the asynchronous task

public interface Callback<T>
Callback interface for asynchronous tasks.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onComplete(T result)
     
  • Method Details

    • onComplete

      void onComplete(T result)