Package com.attivio.curatorshim
Interface TreeCache.TreeCacheListener
-
- Enclosing class:
- TreeCache
public static interface TreeCache.TreeCacheListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
childEvent(CuratorFrameworkShim client, TreeCache.TreeCacheEvent event)
Called when a change has occurred
-
-
-
Method Detail
-
childEvent
void childEvent(CuratorFrameworkShim client, TreeCache.TreeCacheEvent event) throws java.lang.Exception
Called when a change has occurred- Parameters:
client
- the clientevent
- describes the change- Throws:
java.lang.Exception
- errors
-
-