Package org.jocl

Interface EventCallbackFunction


public interface EventCallbackFunction
Emulation of a function pointer for functions that may be passed to the clSetEventCallback method.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    function(cl_event event, int command_exec_callback_type, Object user_data)
    The function that will be called
  • Method Details

    • function

      void function(cl_event event, int command_exec_callback_type, Object user_data)
      The function that will be called
      Parameters:
      event - The event
      command_exec_callback_type - The callback type
      user_data - The user data