Interface SharedCountListener
- All Superinterfaces:
org.apache.curator.framework.state.ConnectionStateListener
public interface SharedCountListener
extends org.apache.curator.framework.state.ConnectionStateListener
Listener for changes to a shared count
-
Method Summary
Modifier and TypeMethodDescriptionvoidcountHasChanged(SharedCountReader sharedCount, int newCount) Called when the shared value has changedMethods inherited from interface org.apache.curator.framework.state.ConnectionStateListener
doNotProxy, stateChanged
-
Method Details