public interface PostDeleteListener
| Modifier and Type | Method and Description |
|---|---|
void |
afterDeletePerformed(LifecycleEvent event)
Receives notifications before an update is performed.
|
void afterDeletePerformed(LifecycleEvent event)
DeleteListener.afterDelete(LifecycleEvent) in that the latter
is called after the delete operation, whereas this is called after the
delete statements have been sent to the data store.Copyright © 2006–2018 Apache Software Foundation. All rights reserved.