|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lwjgl.PointerWrapperAbstract
org.lwjgl.opencl.CLEventCallback
public abstract class CLEventCallback
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 |
CLEventCallback()
|
| Method Summary | |
|---|---|
protected abstract void |
handleMessage(CLEvent event,
int event_command_exec_status)
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 CLEventCallback()
| Method Detail |
|---|
protected abstract void handleMessage(CLEvent event,
int event_command_exec_status)
event - the CLEvent object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||