PointerWrapper
public 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, wait
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.