|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lwjgl.PointerWrapperAbstract
org.lwjgl.opencl.CLMemObjectDestructorCallback
public abstract class CLMemObjectDestructorCallback
Instances of this class can be used to receive OpenCL memory object destruction notifications.
| Field Summary |
|---|
| Fields inherited from class org.lwjgl.PointerWrapperAbstract |
|---|
pointer |
| Constructor Summary | |
|---|---|
protected |
CLMemObjectDestructorCallback()
|
| Method Summary | |
|---|---|
protected abstract void |
handleMessage(long memobj)
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 CLMemObjectDestructorCallback()
| Method Detail |
|---|
protected abstract void handleMessage(long memobj)
memobj - id of the CLMem object that was destroyed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||