Package org.apache.curator.framework.api
Interface CuratorListener
-
public interface CuratorListenerReceives notifications about errors and background events
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voideventReceived(CuratorFramework client, CuratorEvent event)Called when a background task has completed or a watch has triggered
-
-
-
Method Detail
-
eventReceived
void eventReceived(CuratorFramework client, CuratorEvent event) throws java.lang.Exception
Called when a background task has completed or a watch has triggered- Parameters:
client- clientevent- the event- Throws:
java.lang.Exception- any errors
-
-