Interface PersistentNodeListener
public interface PersistentNodeListener
Listener for changes to a PersistentNode
-
Method Summary
Modifier and TypeMethodDescriptionvoid
nodeCreated
(String path) Called on a persistentNode event when node is created
-
Method Details
-
nodeCreated
Called on a persistentNode event when node is created- Parameters:
path
- Path of the znode- Throws:
Exception
- errors
-