public interface ServerConnectionListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
connectionChanged(ServerConnectionInfo connectionInfo)
Callback function, which is invoked, when a connection is being opened or closed.
|
void connectionChanged(ServerConnectionInfo connectionInfo)
connectionInfo
- the info about the client connecting to the DLMS server.