|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lwjgl.PointerWrapperAbstract
org.lwjgl.opencl.CLBuildProgramCallback
public abstract class CLBuildProgramCallback
Instances of this class can be used to receive OpenCL program build notifications.
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 |
---|
protected CLBuildProgramCallback()
Method Detail |
---|
protected abstract void handleMessage(CLProgram program)
program
- the CLProgram object that was built
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |