com.jogamp.opencl.llb.impl
Interface CLEventCallback


public interface CLEventCallback

A callback for a specific command execution status.

Author:
Michael Bien

Method Summary
 void eventStateChanged(long event, int status)
           
 

Method Detail

eventStateChanged

void eventStateChanged(long event,
                       int status)