Interface SettingChangeAware
- All Known Implementing Classes:
MailServiceImpl
public interface SettingChangeAware
-
Method Summary
Modifier and TypeMethodDescriptionvoidnotifyChange(ApplicationSetting setting, org.hibernate.Session session) voidnotifyCreate(ApplicationSetting setting, org.hibernate.Session session) voidnotifyDelete(ApplicationSetting setting, org.hibernate.Session session)
-
Method Details
-
notifyCreate
-
notifyChange
-
notifyDelete
-