All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gov.aps.jca.cas.ProcessVariableAttachCallback Maven / Gradle / Ivy

Go to download

JCA is an EPICS Channel Access library for Java. For more information concerning EPICS or Channel Access please refer to the <a href="http://www.aps.anl.gov/epics">EPICS Web pages</a> or read the <a href="http://www.aps.anl.gov/epics/base/R3-14/8-docs/CAref.html">Channel Access manual (3.14)</a>. <p>This module also includes CAJ, A 100% pure Java implementation of the EPICS Channel Access library.</p>

There is a newer version: 2.4.2
Show newest version
/*
 * Copyright (c) 2006 by Cosylab
 *
 * The full license specifying the redistribution, modification, usage and other
 * rights and obligations is included with the distribution of this project in
 * the file "LICENSE-CAJ". If the license is not included visit Cosylab web site,
 * .
 *
 * THIS SOFTWARE IS PROVIDED AS-IS WITHOUT WARRANTY OF ANY KIND, NOT EVEN THE
 * IMPLIED WARRANTY OF MERCHANTABILITY. THE AUTHOR OF THIS SOFTWARE, ASSUMES
 * _NO_ RESPONSIBILITY FOR ANY CONSEQUENCE RESULTING FROM THE USE, MODIFICATION,
 * OR REDISTRIBUTION OF THIS SOFTWARE.
 */

package gov.aps.jca.cas;

/**
 * Asynchronous operation completion callback for process variable attach.
 * 
 * @author Matej Sekoranja ([email protected])
 * @version $Id: ProcessVariableAttachCallback.java,v 1.2 2006-03-10 13:54:25
 *          msekoranja Exp $
 */
public interface ProcessVariableAttachCallback extends CompletionCallback {

    /**
     * Notify about process variable existance.
     * 
     * @param processVariable completion process variable existance status.
     */
    public void processVariableAttachCompleted(ProcessVariable processVariable);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy