Uses of Interface
org.apache.curator.framework.api.CuratorListener
-
Packages that use CuratorListener Package Description org.apache.curator.framework org.apache.curator.framework.imps -
-
Uses of CuratorListener in org.apache.curator.framework
Methods in org.apache.curator.framework that return types with arguments of type CuratorListener Modifier and Type Method Description Listenable<CuratorListener>CuratorFramework. getCuratorListenable()Returns the listenable interface for events -
Uses of CuratorListener in org.apache.curator.framework.imps
Methods in org.apache.curator.framework.imps that return types with arguments of type CuratorListener Modifier and Type Method Description Listenable<CuratorListener>CuratorFrameworkImpl. getCuratorListenable()
-