You can add a watch for changes to the children of a zNode. This will tell you when a child is added or removed from the watched zNode. It won't work for grand children though, and it won't tell you if the data for a child has changed. For these cases you would need to query the parent zNode and watch for child events, then add a watch on all children for data changes, and changes to their children (for grand child events).
On Sun, Oct 20, 2013 at 9:18 PM, Sznajder ForMailingList < [email protected]> wrote: > Hi > > I found how we can set a Watcher on a node. > I would be interested to know when an event occurs in one of the children > or grand-children of the node. > Is it possible to set that? > > Benjamin >
