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
-
Method Details
-
function
The function that will be called- Parameters:
event- The eventcommand_exec_callback_type- The callback typeuser_data- The user data
-