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

org.jgroups.blocks.cs.ConnectionListener Maven / Gradle / Ivy

There is a newer version: 9.1.7.Final
Show newest version
package org.jgroups.blocks.cs;

/**
 * @author Bela Ban
 * @since  3.6.5
 */
public interface ConnectionListener {
    void connectionClosed(Connection conn, String reason);
    void connectionEstablished(Connection conn);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy