public interface WatchCallback
Modifier and Type | Interface and Description |
---|---|
static class |
WatchCallback.WatchEventType |
Modifier and Type | Method and Description |
---|---|
void |
processWatch(java.lang.String path,
WatchCallback.WatchEventType eventType)
When watch is triggered, process it
|
void processWatch(java.lang.String path, WatchCallback.WatchEventType eventType)
path
- the node patheventType
- the WatchEventType