public interface ClientListener extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
clientConnected(Client client)
Invoked when a client is connected.
|
void |
clientDisconnected(Client client)
Invoked when a client is disconnected.
|
Copyright © 2023 Hazelcast, Inc.. All rights reserved.