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 SummaryModifier and TypeMethodDescriptionvoidonBeforeUpdate(T entity) Executes before the object has been updated in DB.
- 
Method Details- 
onBeforeUpdateExecutes before the object has been updated in DB.- Parameters:
- entity- updated entity instance
 
 
-