public abstract class CLEventCallback extends PointerWrapperAbstract
pointer
Modifier | Constructor and Description |
---|---|
protected |
CLEventCallback() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
handleMessage(CLEvent event,
int event_command_exec_status)
The callback method.
|
checkValid, equals, getPointer, hashCode, isValid, toString
protected 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.