Interface PathChildrenCacheListener
public interface PathChildrenCacheListener
Listener for PathChildrenCache changes
-
Method Summary
Modifier and TypeMethodDescriptionvoidchildEvent(org.apache.curator.framework.CuratorFramework client, PathChildrenCacheEvent event) Called when a change has occurred
-
Method Details
-
childEvent
void childEvent(org.apache.curator.framework.CuratorFramework client, PathChildrenCacheEvent event) throws Exception Called when a change has occurred- Parameters:
client- the clientevent- describes the change- Throws:
Exception- errors
-