Uses of Interface
com.jogamp.opencl.CLEventListener

Packages that use CLEventListener
com.jogamp.opencl High level java bindings to OpenCL. 
 

Uses of CLEventListener in com.jogamp.opencl
 

Methods in com.jogamp.opencl with parameters of type CLEventListener
 void CLEvent.registerCallback(CLEventListener callback)
          Registers a callback which will be called when the event terminates (COMPLETE or ERROR).