public interface CuratorListener
| Modifier and Type | Method | Description |
|---|---|---|
void |
eventReceived(CuratorFramework client,
CuratorEvent event) |
Called when a background task has completed or a watch has triggered
|
void eventReceived(CuratorFramework client, CuratorEvent event) throws java.lang.Exception
client - clientevent - the eventjava.lang.Exception - any errorsCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.