| Package | Description |
|---|---|
| de.richtercloud.reflection.form.builder.storage |
| Modifier and Type | Method and Description |
|---|---|
protected List<StorageCallback> |
AbstractStorage.getPostStoreCallbacks(T object) |
protected List<StorageCallback> |
AbstractStorage.getPreStoreCallbacks(T object) |
| Modifier and Type | Method and Description |
|---|---|
void |
Storage.registerPostStoreCallback(T object,
StorageCallback callback)
Registers a callback which is executed right after
object is
stored with Storage.store(java.lang.Object). |
void |
AbstractStorage.registerPostStoreCallback(T object,
StorageCallback callback) |
void |
XMLStorage.registerPostStoreCallback(T object,
StorageCallback callback) |
void |
Storage.registerPreStoreCallback(T object,
StorageCallback callback)
Registers a callback which is executed right before
object is
stored with Storage.store(java.lang.Object). |
void |
AbstractStorage.registerPreStoreCallback(T object,
StorageCallback callback) |
void |
XMLStorage.registerPreStoreCallback(T object,
StorageCallback callback) |
Copyright © 2018. All rights reserved.