public interface ConnectionListenable
| Modifier and Type | Method and Description |
|---|---|
void |
addConnectionListener(ConnectionListener listener)
Registers a ConnectionListener.
|
void addConnectionListener(ConnectionListener listener)
If the same listener is registered multiple times, it will be notified multiple times.
listener - the ConnectionListener to add.NullPointerException - if listener is null.Copyright © 2019 Hazelcast, Inc.. All rights reserved.