public interface SharedValueListener
extends org.apache.curator.framework.state.ConnectionStateListener
| Modifier and Type | Method and Description |
|---|---|
void |
valueHasChanged(SharedValueReader sharedValue,
byte[] newValue)
Called when the shared value has changed
|
void valueHasChanged(SharedValueReader sharedValue, byte[] newValue) throws Exception
sharedValue - the shared value instancenewValue - the new valueException - errorsCopyright © 2011–2016 The Apache Software Foundation. All rights reserved.