Class CLCompileProgramCallback

  • All Implemented Interfaces:
    PointerWrapper

    public abstract class CLCompileProgramCallback
    extends PointerWrapperAbstract
    Instances of this class can be used to receive OpenCL program compilation notifications. A single CLCompileProgramCallback instance should only be used with programs created in the same CLContext.
    Author:
    Spasi
    • Constructor Detail

      • CLCompileProgramCallback

        public CLCompileProgramCallback()
    • Method Detail

      • handleMessage

        protected abstract void handleMessage​(CLProgram program)
        The callback method.
        Parameters:
        program - the CLProgram object affected