Uses of Interface
com.alibaba.dubbo.remoting.zookeeper.StateListener

Packages that use StateListener
com.alibaba.dubbo.remoting.zookeeper   
com.alibaba.dubbo.remoting.zookeeper.support   
 

Uses of StateListener in com.alibaba.dubbo.remoting.zookeeper
 

Methods in com.alibaba.dubbo.remoting.zookeeper with parameters of type StateListener
 void ZookeeperClient.addStateListener(StateListener listener)
           
 void ZookeeperClient.removeStateListener(StateListener listener)
           
 

Uses of StateListener in com.alibaba.dubbo.remoting.zookeeper.support
 

Methods in com.alibaba.dubbo.remoting.zookeeper.support that return types with arguments of type StateListener
 Set<StateListener> AbstractZookeeperClient.getSessionListeners()
           
 

Methods in com.alibaba.dubbo.remoting.zookeeper.support with parameters of type StateListener
 void AbstractZookeeperClient.addStateListener(StateListener listener)
           
 void AbstractZookeeperClient.removeStateListener(StateListener listener)
           
 



Copyright © 2012–2017 Alibaba. All rights reserved.