Uses of Interface
com.jogamp.opencl.llb.impl.CLEventCallback

Packages that use CLEventCallback
com.jogamp.opencl.llb Low level java bindings to OpenCL. 
com.jogamp.opencl.llb.impl   
 

Uses of CLEventCallback in com.jogamp.opencl.llb
 

Methods in com.jogamp.opencl.llb with parameters of type CLEventCallback
 int CLEventBinding.clSetEventCallback(long event, int type, CLEventCallback cb)
          Interface to C language function:
int32_t clSetEventCallback(cl_event event, cl_int command_exec_callback_type, void (CL_CALLBACK *pfn_event_notify) (cl_event event, cl_int event_command_exec_status, void *user_data), void *user_data);
 

Uses of CLEventCallback in com.jogamp.opencl.llb.impl
 

Methods in com.jogamp.opencl.llb.impl with parameters of type CLEventCallback
 int CLImpl.clSetEventCallback(long event, int trigger, CLEventCallback callback)