org.lwjgl.opencl
Class CLEventCallback

java.lang.Object
  extended by org.lwjgl.PointerWrapperAbstract
      extended by org.lwjgl.opencl.CLEventCallback
All Implemented Interfaces:
PointerWrapper

public abstract class CLEventCallback
extends PointerWrapperAbstract

Instances of this class can be used to receive OpenCL memory object destruction notifications.

Author:
Spasi

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

CLEventCallback

protected CLEventCallback()
Method Detail

handleMessage

protected abstract void handleMessage(CLEvent event,
                                      int event_command_exec_status)
The callback method.

Parameters:
event - the CLEvent object


Copyright © 2002-2009 lwjgl.org. All Rights Reserved.