Interface SurveyPagesEventHandler
-
- All Superinterfaces:
com.google.gwt.event.shared.EventHandler
- All Known Implementing Classes:
SurveyPage
,SurveysPage
public interface SurveyPagesEventHandler extends com.google.gwt.event.shared.EventHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onSurveyLoad(SurveyLoadedEvent event)
void
onSurveysLoad(SurveysLoadedEvent event)
void
onUpdateParticipationNumber(UpdateParticipationNumberEvent updateParticipationNumberEvent)
-
-
-
Method Detail
-
onSurveysLoad
void onSurveysLoad(SurveysLoadedEvent event)
-
onSurveyLoad
void onSurveyLoad(SurveyLoadedEvent event)
-
onUpdateParticipationNumber
void onUpdateParticipationNumber(UpdateParticipationNumberEvent updateParticipationNumberEvent)
-
-