Uses of Interface
org.apache.curator.framework.api.CuratorEvent
-
Packages that use CuratorEvent Package Description org.apache.curator.framework.api -
-
Uses of CuratorEvent in org.apache.curator.framework.api
Methods in org.apache.curator.framework.api with parameters of type CuratorEvent Modifier and Type Method Description voidCuratorListener. eventReceived(CuratorFramework client, CuratorEvent event)Called when a background task has completed or a watch has triggeredvoidBackgroundCallback. processResult(CuratorFramework client, CuratorEvent event)Called when the async background operation completes
-