com.jogamp.opencl
Class CLContext.ErrorDispatcher

java.lang.Object
  extended by com.jogamp.opencl.CLContext.ErrorDispatcher
All Implemented Interfaces:
CLErrorHandler
Enclosing class:
CLContext

protected static class CLContext.ErrorDispatcher
extends Object
implements CLErrorHandler


Constructor Summary
protected CLContext.ErrorDispatcher()
           
 
Method Summary
 void onError(String errinfo, ByteBuffer private_info, long cb)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CLContext.ErrorDispatcher

protected CLContext.ErrorDispatcher()
Method Detail

onError

public void onError(String errinfo,
                    ByteBuffer private_info,
                    long cb)
Specified by:
onError in interface CLErrorHandler