Package io.jmix.data.listener
Interface BeforeUpdateEntityListener<T>
- All Known Implementing Classes:
ImapMailboxListener
public interface BeforeUpdateEntityListener<T>
Defines the contract for handling of entities before they have been updated in DB.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onBeforeUpdate
(T entity) Executes before the object has been updated in DB.
-
Method Details
-
onBeforeUpdate
Executes before the object has been updated in DB.- Parameters:
entity
- updated entity instance
-