Interface SurveyAppEventHandler
-
- All Superinterfaces:
com.google.gwt.event.shared.EventHandler
- All Known Implementing Classes:
SurveyApp
public interface SurveyAppEventHandler extends com.google.gwt.event.shared.EventHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
loadSurvey(SurveyLoadEvent event)
void
loadSurveys(SurveysLoadEvent event)
void
saveSurvey(SurveySaveEvent event)
-
-
-
Method Detail
-
loadSurveys
void loadSurveys(SurveysLoadEvent event)
-
loadSurvey
void loadSurvey(SurveyLoadEvent event)
-
saveSurvey
void saveSurvey(SurveySaveEvent event)
-
-