Uses of Interface
org.apache.curator.framework.api.CuratorEvent

Packages that use CuratorEvent
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
 void CuratorListener.eventReceived(CuratorFramework client, CuratorEvent event)
          Called when a background task has completed or a watch has triggered
 void BackgroundCallback.processResult(CuratorFramework client, CuratorEvent event)
          Called when the async background operation completes
 



Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.