Interface TreeCacheListener
-
public interface TreeCacheListenerListener forTreeCachechanges
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidchildEvent(org.apache.curator.framework.CuratorFramework client, TreeCacheEvent event)Called when a change has occurred
-
-
-
Method Detail
-
childEvent
void childEvent(org.apache.curator.framework.CuratorFramework client, TreeCacheEvent event) throws java.lang.ExceptionCalled when a change has occurred- Parameters:
client- the clientevent- describes the change- Throws:
java.lang.Exception- errors
-
-