Interface HookAsynchronousHandler


public interface HookAsynchronousHandler
handler when doing an asynchronous hook, normally you would do this in an anonymous inner class
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    callback(HooksContext hooksContext, HooksBean hooksBean)
    implement this as the callback to the asynchronous hook
  • Method Details

    • callback

      void callback(HooksContext hooksContext, HooksBean hooksBean)
      implement this as the callback to the asynchronous hook
      Parameters:
      hooksContext - will be massaged to be threadsafe
      hooksBean -