Uses of Interface
com.jogamp.opencl.CLEventListener

Packages that use CLEventListener
com.jogamp.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).