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

org.epics.pvaClient.PvaClientChannelStateChangeRequester Maven / Gradle / Ivy

There is a newer version: 4.3.2
Show newest version
/**
 * Copyright - See the COPYRIGHT that is included with this distribution.
 * EPICS pvData is distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution.
 */

package org.epics.pvaClient;


/**
 * Optional  callback for change in connection status.
 * @author mrk
 * @since 2016.07
 */

public interface PvaClientChannelStateChangeRequester {
    /**
     * A channel connection state change has occurred.
     * @param channel The channel.
     * @param isConnected The new connection status.
     */
    public void channelStateChange(PvaClientChannel channel, boolean isConnected);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy