Interface ProcessVariableAttachCallback


  • public interface ProcessVariableAttachCallback
    Asynchronous operation completion callback for process variable attach.
    Version:
    $Id: ProcessVariableAttachCallback.java,v 1.2 2006-03-10 13:54:25 msekoranja Exp $
    Author:
    Matej Sekoranja (matej.sekoranja@cosylab.com)
    • Method Detail

      • processVariableAttachCompleted

        void processVariableAttachCompleted​(ProcessVariable processVariable)
        Notify about process variable existance.
        Parameters:
        processVariable - completion process variable existance status.
      • canceled

        void canceled()
        Notify about asynchronous operation cancellation.