Class ConfigApp
java.lang.Object
org.silverpeas.mobile.client.common.app.App
org.silverpeas.mobile.client.apps.config.ConfigApp
- All Implemented Interfaces:
com.google.gwt.event.shared.EventHandler,ConfigAppEventHandler,NavigationEventHandler,AppEventHandler
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic ConfigAppvoidloadConfig(LoadConfigEvent event) voidstart()voidstop()voidupdateConfig(UpdateConfigEvent event) Methods inherited from class org.silverpeas.mobile.client.common.app.App
getApplicationInstance, getAppName, getMainPage, isStopLoading, receiveEvent, setApplicationInstance, setMainPage, setStopLoading, showContent, startWithContent, stopLoadingDataEvent
-
Constructor Details
-
ConfigApp
public ConfigApp()
-
-
Method Details
-
start
public void start() -
stop
public void stop() -
getInstance
-
updateConfig
- Specified by:
updateConfigin interfaceConfigAppEventHandler
-
loadConfig
- Specified by:
loadConfigin interfaceConfigAppEventHandler
-