Interface TreeCacheListener


public interface TreeCacheListener
Listener for TreeCache changes
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    childEvent(org.apache.curator.framework.CuratorFramework client, TreeCacheEvent event)
    Called when a change has occurred
  • Method Details

    • childEvent

      void childEvent(org.apache.curator.framework.CuratorFramework client, TreeCacheEvent event) throws Exception
      Called when a change has occurred
      Parameters:
      client - the client
      event - describes the change
      Throws:
      Exception - errors