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 Type
    Method
    Description
    void
    onBeforeUpdate(T entity)
    Executes before the object has been updated in DB.
  • Method Details

    • onBeforeUpdate

      void onBeforeUpdate(T entity)
      Executes before the object has been updated in DB.
      Parameters:
      entity - updated entity instance