Uses of Interface
org.apache.curator.framework.recipes.cache.TreeCacheListener
-
Packages that use TreeCacheListener Package Description org.apache.curator.framework.recipes.cache -
-
Uses of TreeCacheListener in org.apache.curator.framework.recipes.cache
Methods in org.apache.curator.framework.recipes.cache that return types with arguments of type TreeCacheListener Modifier and Type Method Description org.apache.curator.framework.listen.Listenable<TreeCacheListener>TreeCache. getListenable()Deprecated.Return the cache listenableMethods in org.apache.curator.framework.recipes.cache with parameters of type TreeCacheListener Modifier and Type Method Description CuratorCacheListenerBuilderCuratorCacheListenerBuilder. forTreeCache(org.apache.curator.framework.CuratorFramework client, TreeCacheListener listener)Bridge listener.
-