org.apache.curator.framework.state
Interface ConnectionStateListener


public interface ConnectionStateListener


Method Summary
 void stateChanged(CuratorFramework client, ConnectionState newState)
          Called when there is a state change in the connection
 

Method Detail

stateChanged

void stateChanged(CuratorFramework client,
                  ConnectionState newState)
Called when there is a state change in the connection

Parameters:
client - the client
newState - the new state


Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.