Interface UnaryCallback


public interface UnaryCallback
Unary callback function
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Call the callback with one argument
  • Method Details

    • invoke

      void invoke(Object arg)
      Call the callback with one argument
      Parameters:
      arg - the callback argument