Interface SharedValueListener

All Superinterfaces:
ConnectionStateListener

public interface SharedValueListener extends ConnectionStateListener
Listener for changes to a shared value
  • Method Details

    • valueHasChanged

      void valueHasChanged(SharedValueReader sharedValue, byte[] newValue) throws Exception
      Called when the shared value has changed
      Parameters:
      sharedValue - the shared value instance
      newValue - the new value
      Throws:
      Exception - errors