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
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFavorite(AddFavoriteEvent event) voidvoiddeleteFavorites(FavoritesDeleteEvent favoritesDeleteEvent) voidgotoApp(GotoAppEvent event) voidloadFavorites(FavoritesLoadEvent event) voidvoidstart()voidstop()Methods inherited from class org.silverpeas.mobile.client.common.app.App
getApplicationInstance, getAppName, getMainPage, isStopLoading, receiveEvent, setApplicationInstance, setMainPage, setStopLoading, startWithContent, stopLoadingDataEvent
-
Constructor Details
-
FavoritesApp
public FavoritesApp()
-
-
Method Details
-
start
public void start() -
stop
public void stop() -
loadFavorites
- Specified by:
loadFavoritesin interfaceFavoritesAppEventHandler
-
addFavorite
- Specified by:
addFavoritein interfaceFavoritesAppEventHandler
-
gotoApp
- Specified by:
gotoAppin interfaceFavoritesAppEventHandler
-
deleteFavorites
- Specified by:
deleteFavoritesin interfaceFavoritesAppEventHandler
-