Interface ProcessVariableEventCallback

  • All Known Implementing Classes:
    CASServerMonitor, ProcessVariableEventDispatcher

    public interface ProcessVariableEventCallback
    Process variable event callback.
    Version:
    $Id: ProcessVariableEventCallback.java,v 1.2 2006-03-10 13:54:25 msekoranja Exp $
    Author:
    Matej Sekoranja (matej.sekoranja@cosylab.com)
    • Method Detail

      • postEvent

        void postEvent​(int select,
                       DBR event)
        Notify about process variable event.
        Parameters:
        select - Monitor.[mask] event type.
        event - event of type DBR_TIME_ where type is of ProcessVariable.getType().
      • canceled

        void canceled()
        Notify about asynchronous operation cancellation.