Class OrgChartGroupApp
- java.lang.Object
-
- org.silverpeas.mobile.client.common.app.App
-
- org.silverpeas.mobile.client.apps.orgchartgroup.OrgChartGroupApp
-
- All Implemented Interfaces:
com.google.gwt.event.shared.EventHandler,NavigationEventHandler,OrgChartGroupAppEventHandler,AppEventHandler
public class OrgChartGroupApp extends App implements NavigationEventHandler, OrgChartGroupAppEventHandler
-
-
Constructor Summary
Constructors Constructor Description OrgChartGroupApp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappInstanceChanged(NavigationAppInstanceChangedEvent event)voidloadContact(ContactLoadEvent event)voidshowContent(NavigationShowContentEvent event)voidstart()voidstartWithContent(ContentDTO content)voidstop()-
Methods inherited from class org.silverpeas.mobile.client.common.app.App
getApplicationInstance, getAppName, getMainPage, isStopLoading, receiveEvent, setApplicationInstance, setMainPage, setStopLoading, stopLoadingDataEvent
-
-
-
-
Method Detail
-
showContent
public void showContent(NavigationShowContentEvent event)
- Specified by:
showContentin interfaceNavigationEventHandler- Overrides:
showContentin classApp
-
startWithContent
public void startWithContent(ContentDTO content)
- Overrides:
startWithContentin classApp
-
appInstanceChanged
public void appInstanceChanged(NavigationAppInstanceChangedEvent event)
- Specified by:
appInstanceChangedin interfaceNavigationEventHandler
-
loadContact
public void loadContact(ContactLoadEvent event)
- Specified by:
loadContactin interfaceOrgChartGroupAppEventHandler
-
-