Package org.seed.core.form
Interface FormChangeAware
- All Known Implementing Classes:
MenuServiceImpl
public interface FormChangeAware
-
Method Summary
Modifier and TypeMethodDescriptionvoid
notifyChange
(Form form, org.hibernate.Session session) void
notifyCreate
(Form form, org.hibernate.Session session) void
notifyDelete
(Form form, org.hibernate.Session session)
-
Method Details
-
notifyCreate
-
notifyChange
-
notifyDelete
-