Uses of Interface
org.jocl.cloth.utils.gui.CLConfigListener

Packages that use CLConfigListener
org.jocl.cloth.utils.gui UI classes for selecting an OpenCL execution configuration 
 

Uses of CLConfigListener in org.jocl.cloth.utils.gui
 

Methods in org.jocl.cloth.utils.gui with parameters of type CLConfigListener
 void CLDefaultConfig.addCLConfigListener(CLConfigListener clConfigListener)
           
 void CLConfig.addCLConfigListener(CLConfigListener clConfigListener)
          Add the given CLConfigListener to be informed about modifications in this configuration.
 void CLDefaultConfig.removeCLConfigListener(CLConfigListener clConfigListener)
           
 void CLConfig.removeCLConfigListener(CLConfigListener clConfigListener)
          Remove the given CLConfigListener.