com.hazelcast.nio
Interface ConnectionListener
- All Known Implementing Classes:
- ClientClusterServiceImpl, ClientNonSmartInvocationServiceImpl, ClientSmartInvocationServiceImpl, ClusterListenerSupport, ClusterServiceImpl
public interface ConnectionListener
A listener for the ConnectionManager
to listen to connections
being added or removed.
connectionAdded
void connectionAdded(Connection connection)
connectionRemoved
void connectionRemoved(Connection connection)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.