Interface SettingChangeAware

All Known Implementing Classes:
MailServiceImpl

public interface SettingChangeAware
  • Method Details

    • notifyCreate

      void notifyCreate(ApplicationSetting setting, org.hibernate.Session session)
    • notifyChange

      void notifyChange(ApplicationSetting setting, org.hibernate.Session session)
    • notifyDelete

      void notifyDelete(ApplicationSetting setting, org.hibernate.Session session)