org.lwjgl.opencl
Class CLBuildProgramCallback

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

public abstract class CLBuildProgramCallback
extends PointerWrapperAbstract

Instances of this class can be used to receive OpenCL program build notifications.

Author:
Spasi

Field Summary
 
Fields inherited from class org.lwjgl.PointerWrapperAbstract
pointer
 
Constructor Summary
protected CLBuildProgramCallback()
           
 
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

CLBuildProgramCallback

protected CLBuildProgramCallback()
Method Detail

handleMessage

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

Parameters:
program - the CLProgram object that was built


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