Interface Callback<T>

Type Parameters:
T -

public interface Callback<T>
Interface for callback.
Author:
hengsin
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onCallback(T result)
    Handle callback
  • Method Details

    • onCallback

      void onCallback(T result)
      Handle callback
      Parameters:
      result -