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