Package org.ametys.plugins.survey
Interface SurveyEvents
-
public interface SurveyEvents
Events relative to surveys.
-
-
Field Summary
Fields Modifier and Type Field Description static String
SURVEY_CREATED
Fired when a survey is created.static String
SURVEY_DELETED
Fired when a survey is deleted.static String
SURVEY_MODIFIED
Fired when a survey is modified.static String
SURVEY_REINITIALIZED
Fired when a survey is re-initialized.
-
-
-
Field Detail
-
SURVEY_CREATED
static final String SURVEY_CREATED
Fired when a survey is created.- See Also:
- Constant Field Values
-
SURVEY_MODIFIED
static final String SURVEY_MODIFIED
Fired when a survey is modified.- See Also:
- Constant Field Values
-
SURVEY_DELETED
static final String SURVEY_DELETED
Fired when a survey is deleted.- See Also:
- Constant Field Values
-
SURVEY_REINITIALIZED
static final String SURVEY_REINITIALIZED
Fired when a survey is re-initialized.- See Also:
- Constant Field Values
-
-