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 void
addFavorite(AddFavoriteEvent event)
void
appInstanceChanged(NavigationAppInstanceChangedEvent event)
void
deleteFavorites(FavoritesDeleteEvent favoritesDeleteEvent)
void
gotoApp(GotoAppEvent event)
void
loadFavorites(FavoritesLoadEvent event)
void
showContent(NavigationShowContentEvent event)
void
start()
void
stop()
-
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:
loadFavorites
in interfaceFavoritesAppEventHandler
-
addFavorite
public void addFavorite(AddFavoriteEvent event)
- Specified by:
addFavorite
in interfaceFavoritesAppEventHandler
-
gotoApp
public void gotoApp(GotoAppEvent event)
- Specified by:
gotoApp
in interfaceFavoritesAppEventHandler
-
deleteFavorites
public void deleteFavorites(FavoritesDeleteEvent favoritesDeleteEvent)
- Specified by:
deleteFavorites
in interfaceFavoritesAppEventHandler
-
appInstanceChanged
public void appInstanceChanged(NavigationAppInstanceChangedEvent event)
- Specified by:
appInstanceChanged
in interfaceNavigationEventHandler
-
showContent
public void showContent(NavigationShowContentEvent event)
- Specified by:
showContent
in interfaceNavigationEventHandler
- Overrides:
showContent
in classApp
-
-