Class ProfileApp
- java.lang.Object
-
- org.silverpeas.mobile.client.common.app.App
-
- org.silverpeas.mobile.client.apps.profile.ProfileApp
-
- All Implemented Interfaces:
com.google.gwt.event.shared.EventHandler
,NavigationEventHandler
,AppEventHandler
public class ProfileApp extends App
-
-
Constructor Summary
Constructors Constructor Description ProfileApp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
appInstanceChanged(NavigationAppInstanceChangedEvent event)
void
receiveEvent(AppEvent event)
void
start()
-
Methods inherited from class org.silverpeas.mobile.client.common.app.App
getApplicationInstance, getAppName, getMainPage, isStopLoading, setApplicationInstance, setMainPage, setStopLoading, showContent, startWithContent, stop, stopLoadingDataEvent
-
-
-
-
Method Detail
-
receiveEvent
public void receiveEvent(AppEvent event)
- Specified by:
receiveEvent
in interfaceAppEventHandler
- Overrides:
receiveEvent
in classApp
-
appInstanceChanged
public void appInstanceChanged(NavigationAppInstanceChangedEvent event)
-
-