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 void
appInstanceChanged(NavigationAppInstanceChangedEvent event)
void
loadContact(ContactLoadEvent 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
-
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
-
appInstanceChanged
public void appInstanceChanged(NavigationAppInstanceChangedEvent event)
- Specified by:
appInstanceChanged
in interfaceNavigationEventHandler
-
loadContact
public void loadContact(ContactLoadEvent event)
- Specified by:
loadContact
in interfaceOrgChartGroupAppEventHandler
-
-