@FunctionalInterface public interface StorageCallback
| Modifier and Type | Method and Description |
|---|---|
void |
callback(Object toPersist)
The callback to execute when
toPersist is stored. |
void callback(Object toPersist)
toPersist is stored.toPersist - the instance the callback is supposed to be executed onCopyright © 2018. All rights reserved.