Interface Callback<T>

Type Parameters:
T - the type of the value expected as input to the callback.

public interface Callback<T>
Generic callback interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    invoke(T value)
     
  • Method Details

    • invoke

      void invoke(T value)