Package org.jocl
Interface EventCallbackFunction
-
public interface EventCallbackFunction
Emulation of a function pointer for functions that may be passed to theclSetEventCallback
method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
function(cl_event event, int command_exec_callback_type, java.lang.Object user_data)
The function that will be called
-
-
-
Method Detail
-
function
void function(cl_event event, int command_exec_callback_type, java.lang.Object user_data)
The function that will be called- Parameters:
event
- The eventcommand_exec_callback_type
- The callback typeuser_data
- The user data
-
-