com.netflix.curator.framework.recipes.cache
Interface NodeCacheListener


public interface NodeCacheListener


Method Summary
 void nodeChanged()
          Called when a change has occurred
 

Method Detail

nodeChanged

void nodeChanged()
                 throws java.lang.Exception
Called when a change has occurred

Throws:
java.lang.Exception