Class SurveyApp
- java.lang.Object
-
- org.silverpeas.mobile.client.common.app.App
-
- org.silverpeas.mobile.client.apps.survey.SurveyApp
-
- All Implemented Interfaces:
com.google.gwt.event.shared.EventHandler
,NavigationEventHandler
,SurveyAppEventHandler
,AppEventHandler
public class SurveyApp extends App implements SurveyAppEventHandler, NavigationEventHandler
-
-
Constructor Summary
Constructors Constructor Description SurveyApp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
appInstanceChanged(NavigationAppInstanceChangedEvent event)
void
loadSurvey(SurveyLoadEvent event)
void
loadSurveys(SurveysLoadEvent event)
void
saveSurvey(SurveySaveEvent event)
void
showContent(NavigationShowContentEvent event)
void
start()
void
startWithContent(ContentDTO content)
void
stop()
-
Methods inherited from class org.silverpeas.mobile.client.common.app.App
getApplicationInstance, getAppName, getMainPage, isStopLoading, receiveEvent, setApplicationInstance, setMainPage, setStopLoading, stopLoadingDataEvent
-
-
-
-
Method Detail
-
appInstanceChanged
public void appInstanceChanged(NavigationAppInstanceChangedEvent event)
- Specified by:
appInstanceChanged
in interfaceNavigationEventHandler
-
showContent
public void showContent(NavigationShowContentEvent event)
- Specified by:
showContent
in interfaceNavigationEventHandler
- Overrides:
showContent
in classApp
-
startWithContent
public void startWithContent(ContentDTO content)
- Overrides:
startWithContent
in classApp
-
loadSurveys
public void loadSurveys(SurveysLoadEvent event)
- Specified by:
loadSurveys
in interfaceSurveyAppEventHandler
-
loadSurvey
public void loadSurvey(SurveyLoadEvent event)
- Specified by:
loadSurvey
in interfaceSurveyAppEventHandler
-
saveSurvey
public void saveSurvey(SurveySaveEvent event)
- Specified by:
saveSurvey
in interfaceSurveyAppEventHandler
-
-