com.jogamp.opencl
Interface CLEventListener


public interface CLEventListener

A callback for a specific command execution status.

Author:
Michael Bien
See Also:
CLEvent.registerCallback(com.jogamp.opencl.CLEventListener)

Method Summary
 void eventStateChanged(CLEvent event, int status)
           
 

Method Detail

eventStateChanged

void eventStateChanged(CLEvent event,
                       int status)