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