Class UpdateParticipationNumberEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<SurveyPagesEventHandler>
-
- org.silverpeas.mobile.client.apps.survey.events.pages.AbstractSurveyPagesEvent
-
- org.silverpeas.mobile.client.apps.survey.events.pages.UpdateParticipationNumberEvent
-
public class UpdateParticipationNumberEvent extends AbstractSurveyPagesEvent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H extends Object>
-
-
Field Summary
-
Fields inherited from class org.silverpeas.mobile.client.apps.survey.events.pages.AbstractSurveyPagesEvent
TYPE
-
-
Constructor Summary
Constructors Constructor Description UpdateParticipationNumberEvent(SurveyDetailDTO survey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
dispatch(SurveyPagesEventHandler handler)
SurveyDetailDTO
getSurvey()
-
Methods inherited from class org.silverpeas.mobile.client.apps.survey.events.pages.AbstractSurveyPagesEvent
getAssociatedType
-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
-
-
-
-
Constructor Detail
-
UpdateParticipationNumberEvent
public UpdateParticipationNumberEvent(SurveyDetailDTO survey)
-
-
Method Detail
-
dispatch
protected void dispatch(SurveyPagesEventHandler handler)
- Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<SurveyPagesEventHandler>
-
getSurvey
public SurveyDetailDTO getSurvey()
-
-