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