Class CLBuildProgramCallback

  • All Implemented Interfaces:
    PointerWrapper

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

      • CLBuildProgramCallback

        public CLBuildProgramCallback()
    • Method Detail

      • handleMessage

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