Uses of Class
com.jogamp.opencl.util.concurrent.CLCommandQueuePool.FinishAction

Packages that use CLCommandQueuePool.FinishAction
com.jogamp.opencl.util.concurrent OpenCL multi device concurrency utilities. 
 

Uses of CLCommandQueuePool.FinishAction in com.jogamp.opencl.util.concurrent
 

Methods in com.jogamp.opencl.util.concurrent that return CLCommandQueuePool.FinishAction
 CLCommandQueuePool.FinishAction CLCommandQueuePool.getFinishAction()
           
static CLCommandQueuePool.FinishAction CLCommandQueuePool.FinishAction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CLCommandQueuePool.FinishAction[] CLCommandQueuePool.FinishAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jogamp.opencl.util.concurrent with parameters of type CLCommandQueuePool.FinishAction
 void CLCommandQueuePool.setFinishAction(CLCommandQueuePool.FinishAction action)
          Sets the action which is run after every completed task.