Module jpro.webapi

Interface WebCallback

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface WebCallback
This is a functional interface, which is used by the WebAPI.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    callback(String result)
    A callback method, which is used by the WebAPI.
  • Method Details

    • callback

      void callback(String result)
      A callback method, which is used by the WebAPI.
      Parameters:
      result - the result of the callback