com.netflix.curator.framework.recipes.cache
Interface PathChildrenCacheListener


public interface PathChildrenCacheListener

Listener for PathChildrenCache changes


Method Summary
 void childEvent(com.netflix.curator.framework.CuratorFramework client, PathChildrenCacheEvent event)
          Called when a change has occurred
 

Method Detail

childEvent

void childEvent(com.netflix.curator.framework.CuratorFramework client,
                PathChildrenCacheEvent event)
                throws java.lang.Exception
Called when a change has occurred

Parameters:
client - the client
event - describes the change
Throws:
java.lang.Exception - errors