org.apache.curator.framework.recipes.cache
Interface PathChildrenCacheListener


public interface PathChildrenCacheListener

Listener for PathChildrenCache changes


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

Method Detail

childEvent

void childEvent(org.apache.curator.framework.CuratorFramework client,
                PathChildrenCacheEvent event)
                throws Exception
Called when a change has occurred

Parameters:
client - the client
event - describes the change
Throws:
Exception - errors


Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.