PointerWrapperpublic abstract class CLEventCallback extends PointerWrapperAbstract
pointer| Modifier | Constructor | Description |
|---|---|---|
protected |
CLEventCallback() |
| Modifier and Type | Method | Description |
|---|---|---|
protected abstract void |
handleMessage(CLEvent event,
int event_command_exec_status) |
The callback method.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcheckValid, equals, getPointer, hashCode, isValid, toStringprotected abstract void handleMessage(CLEvent event, int event_command_exec_status)
event - the CLEvent objectevent_command_exec_status - the execution statusCopyright © 2002-2009 lwjgl.org. All Rights Reserved.