Uses of Interface
org.apache.zookeeper.AsyncCallback.ChildrenCallback

Packages that use AsyncCallback.ChildrenCallback
org.apache.zookeeper   
 

Uses of AsyncCallback.ChildrenCallback in org.apache.zookeeper
 

Methods in org.apache.zookeeper with parameters of type AsyncCallback.ChildrenCallback
 void ZooKeeper.getChildren(String path, boolean watch, AsyncCallback.ChildrenCallback cb, Object ctx)
          The asynchronous version of getChildren.
 void ZooKeeper.getChildren(String path, Watcher watcher, AsyncCallback.ChildrenCallback cb, Object ctx)
          The asynchronous version of getChildren.
 



Copyright © 2012 The Apache Software Foundation