public interface BatchSessionListener
| Modifier and Type | Method and Description |
|---|---|
void |
onRemove(BatchRemoveInfo info)
Called by the
BatchSession after a *successful* call to Node.remove(),
but *before* an auto-save commits the change |
void |
onSave(BatchSaveInfo info)
Called by the
BatchSession after a *successful* call to the
underlying JCR Session's save() method |
void onSave(BatchSaveInfo info)
BatchSession after a *successful* call to the
underlying JCR Session's save() methodinfo - the BatchSaveInfo describing the save operationvoid onRemove(BatchRemoveInfo info)
BatchSession after a *successful* call to Node.remove(),
but *before* an auto-save commits the changeinfo - the BatchRemoveInfo describing the remove operationCopyright © 2013. All Rights Reserved.