org.lwjgl.opencl
Class CLCompileProgramCallback

java.lang.Object
  extended by org.lwjgl.PointerWrapperAbstract
      extended by org.lwjgl.opencl.CLCompileProgramCallback
All Implemented Interfaces:
PointerWrapper

public abstract class CLCompileProgramCallback
extends PointerWrapperAbstract

Instances of this class can be used to receive OpenCL program compilation notifications. A single CLCompileProgramCallback instance should only be used with programs created in the same CLContext.

Author:
Spasi

Field Summary
 
Fields inherited from class org.lwjgl.PointerWrapperAbstract
pointer
 
Constructor Summary
CLCompileProgramCallback()
           
 
Method Summary
protected abstract  void handleMessage(CLProgram program)
          The callback method.
 
Methods inherited from class org.lwjgl.PointerWrapperAbstract
checkValid, equals, getPointer, hashCode, isValid, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CLCompileProgramCallback

public CLCompileProgramCallback()
Method Detail

handleMessage

protected abstract void handleMessage(CLProgram program)
The callback method.

Parameters:
program - the CLProgram object affected


Copyright © 2002-2009 lwjgl.org. All Rights Reserved.