Package com.hazelcast.client
Interface ClientListener
-
- All Superinterfaces:
java.util.EventListener
public interface ClientListener extends java.util.EventListener
The ClientListener provides the ability to listen to clients connecting and disconnecting from the member.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clientConnected(Client client)
Invoked when a client is connected.void
clientDisconnected(Client client)
Invoked when a client is disconnected.
-