Class FavoritesApp
- java.lang.Object
-
- org.silverpeas.mobile.client.common.app.App
-
- org.silverpeas.mobile.client.apps.favorites.FavoritesApp
-
- All Implemented Interfaces:
com.google.gwt.event.shared.EventHandler,FavoritesAppEventHandler,NavigationEventHandler,AppEventHandler
public class FavoritesApp extends App implements FavoritesAppEventHandler, NavigationEventHandler
-
-
Constructor Summary
Constructors Constructor Description FavoritesApp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddFavorite(AddFavoriteEvent event)voidappInstanceChanged(NavigationAppInstanceChangedEvent event)voiddeleteFavorites(FavoritesDeleteEvent favoritesDeleteEvent)voidgotoApp(GotoAppEvent event)voidloadFavorites(FavoritesLoadEvent event)voidshowContent(NavigationShowContentEvent event)voidstart()voidstop()-
Methods inherited from class org.silverpeas.mobile.client.common.app.App
getApplicationInstance, getAppName, getMainPage, isStopLoading, receiveEvent, setApplicationInstance, setMainPage, setStopLoading, startWithContent, stopLoadingDataEvent
-
-
-
-
Method Detail
-
loadFavorites
public void loadFavorites(FavoritesLoadEvent event)
- Specified by:
loadFavoritesin interfaceFavoritesAppEventHandler
-
addFavorite
public void addFavorite(AddFavoriteEvent event)
- Specified by:
addFavoritein interfaceFavoritesAppEventHandler
-
gotoApp
public void gotoApp(GotoAppEvent event)
- Specified by:
gotoAppin interfaceFavoritesAppEventHandler
-
deleteFavorites
public void deleteFavorites(FavoritesDeleteEvent favoritesDeleteEvent)
- Specified by:
deleteFavoritesin interfaceFavoritesAppEventHandler
-
appInstanceChanged
public void appInstanceChanged(NavigationAppInstanceChangedEvent event)
- Specified by:
appInstanceChangedin interfaceNavigationEventHandler
-
showContent
public void showContent(NavigationShowContentEvent event)
- Specified by:
showContentin interfaceNavigationEventHandler- Overrides:
showContentin classApp
-
-