public interface StateListener
Modifier and Type | Method and Description |
---|---|
void |
onNewDelete(String newDeleteKey)
Act on detecting new delete on the key.
|
void |
onNewPut(String newPutKey,
byte[] newPutValue)
Act on detecting new put on the key.
|
Copyright © 2023. All Rights Reserved.