|
||||||||||
| 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. A single CLBuildProgramCallback instance should only be used with programs created in the same CLContext.
| Field Summary |
|---|
| Fields inherited from class org.lwjgl.PointerWrapperAbstract |
|---|
pointer |
| Constructor Summary | |
|---|---|
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 |
|---|
public CLBuildProgramCallback()
| Method Detail |
|---|
protected abstract void handleMessage(CLProgram program)
program - the CLProgram object affected
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||