Class CLLinkProgramCallback

  • All Implemented Interfaces:
    PointerWrapper

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

      • CLLinkProgramCallback

        public CLLinkProgramCallback()
    • Method Detail

      • handleMessage

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