Deleted - event entity typeDeletedEvent - event itself, EntityDeletedEvent any instancepublic interface EntityDeletedEventListener<Deleted extends Serializable,DeletedEvent extends EntityDeletedEvent<Deleted>>
| Modifier and Type | Method and Description |
|---|---|
void |
listen(DeletedEvent deletedEvent)
General
DeletedEvent handling point.Important: don't forget to use Subscribe annotation inside implementation.Details: >https://github.com/google/guava/issues/1431. |
void listen(DeletedEvent deletedEvent)
DeletedEvent handling point.Subscribe annotation inside implementation.deletedEvent - event itselfCopyright © 2013–2019 BB Corp. All rights reserved.