public static interface ZKOperations.DataCallback extends ZKOperations.Callback<NodeData>
| Modifier and Type | Method and Description |
|---|---|
void |
updated(NodeData nodeData)
Invoked when data of the node changed.
|
void updated(NodeData nodeData)
updated in interface ZKOperations.Callback<NodeData>nodeData - New data of the node, or null if the node has been deleted.Copyright © 2013-2016 The Apache Software Foundation. All rights reserved.