public interface AsyncCallback
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | AsyncCallback.ACLCallbackThis callback is used to retrieve the ACL and stat of the node. | 
| static interface  | AsyncCallback.Children2CallbackThis callback is used to retrieve the children and stat of the node. | 
| static interface  | AsyncCallback.ChildrenCallbackThis callback is used to retrieve the children of the node. | 
| static interface  | AsyncCallback.DataCallbackThis callback is used to retrieve the data and stat of the node. | 
| static interface  | AsyncCallback.MultiCallbackThis callback is used to process the multiple results from
 a single multi call. | 
| static interface  | AsyncCallback.StatCallbackThis callback is used to retrieve the stat of the node. | 
| static interface  | AsyncCallback.StringCallbackThis callback is used to retrieve the name of the node. | 
| static interface  | AsyncCallback.VoidCallbackThis callback doesn't retrieve anything from the node. | 
Copyright © 2016 The Apache Software Foundation