Uses of Interface
org.silverpeas.mobile.client.apps.survey.events.app.SurveyAppEventHandler
-
Packages that use SurveyAppEventHandler Package Description org.silverpeas.mobile.client.apps.survey org.silverpeas.mobile.client.apps.survey.events.app -
-
Uses of SurveyAppEventHandler in org.silverpeas.mobile.client.apps.survey
Classes in org.silverpeas.mobile.client.apps.survey that implement SurveyAppEventHandler Modifier and Type Class Description class
SurveyApp
-
Uses of SurveyAppEventHandler in org.silverpeas.mobile.client.apps.survey.events.app
Fields in org.silverpeas.mobile.client.apps.survey.events.app with type parameters of type SurveyAppEventHandler Modifier and Type Field Description static com.google.gwt.event.shared.GwtEvent.Type<SurveyAppEventHandler>
AbstractSurveyAppEvent. TYPE
Methods in org.silverpeas.mobile.client.apps.survey.events.app that return types with arguments of type SurveyAppEventHandler Modifier and Type Method Description com.google.gwt.event.shared.GwtEvent.Type<SurveyAppEventHandler>
AbstractSurveyAppEvent. getAssociatedType()
Methods in org.silverpeas.mobile.client.apps.survey.events.app with parameters of type SurveyAppEventHandler Modifier and Type Method Description protected void
SurveyLoadEvent. dispatch(SurveyAppEventHandler handler)
protected void
SurveySaveEvent. dispatch(SurveyAppEventHandler handler)
protected void
SurveysLoadEvent. dispatch(SurveyAppEventHandler handler)
-