org.lwjgl.opencl
Class CLEventCallback
java.lang.Object
org.lwjgl.PointerWrapperAbstract
org.lwjgl.opencl.CLEventCallback
- All Implemented Interfaces:
- PointerWrapper
public abstract class CLEventCallback
- extends PointerWrapperAbstract
Instances of this class can be used to handle OpenCL event callbacks. A single
CLEventCallback instance should only be used on events generated from the same
CLCommandQueue or on user events associated with the same CLContext.
- Author:
- Spasi
Method Summary |
protected abstract void |
handleMessage(CLEvent event,
int event_command_exec_status)
The callback method. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
CLEventCallback
protected CLEventCallback()
handleMessage
protected abstract void handleMessage(CLEvent event,
int event_command_exec_status)
- The callback method.
- Parameters:
event
- the CLEvent objectevent_command_exec_status
- the execution status
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.