Interface ServerConnectionListener

  • All Superinterfaces:
    java.util.EventListener

    public interface ServerConnectionListener
    extends java.util.EventListener
    A connection listener to listen to all new connections and to closing connections.
    • Method Detail

      • connectionChanged

        void connectionChanged​(ServerConnectionInfo connectionInfo)
        Callback function, which is invoked, when a connection is being opened or closed.
        Parameters:
        connectionInfo - the info about the client connecting to the DLMS server.