Class 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
    • 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
        event_command_exec_status - the execution status