public interface ConnectionStateListener
Modifier and Type | Method and Description |
---|---|
void |
stateChanged(CuratorFramework client,
ConnectionState newState)
Called when there is a state change in the connection
|
void stateChanged(CuratorFramework client, ConnectionState newState)
client
- the clientnewState
- the new stateCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.