Uses of Class
org.apache.curator.framework.recipes.cache.PathChildrenCacheEvent
-
Packages that use PathChildrenCacheEvent Package Description org.apache.curator.framework.recipes.cache -
-
Uses of PathChildrenCacheEvent in org.apache.curator.framework.recipes.cache
Methods in org.apache.curator.framework.recipes.cache with parameters of type PathChildrenCacheEvent Modifier and Type Method Description voidPathChildrenCacheListener. childEvent(org.apache.curator.framework.CuratorFramework client, PathChildrenCacheEvent event)Called when a change has occurred
-