Interface NodeListener
-
public interface NodeListener
A Listener for Events on zookeeper nodes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
processEvent(java.lang.String nodePath, java.lang.String eventType, java.util.Map<java.lang.String,java.lang.String> eventInfo)
-
-
-
Method Detail
-
processEvent
void processEvent(java.lang.String nodePath, java.lang.String eventType, java.util.Map<java.lang.String,java.lang.String> eventInfo)
- Parameters:
nodePath
- - the path of the nodeeventType
- - the event typeeventInfo
- - aMap
containing any other information about this event
-
-