Class NotificationsBoxApp
java.lang.Object
org.silverpeas.mobile.client.common.app.App
org.silverpeas.mobile.client.apps.notificationsbox.NotificationsBoxApp
- All Implemented Interfaces:
com.google.gwt.event.shared.EventHandler,NavigationEventHandler,NotificationsBoxAppEventHandler,AppEventHandler
public class NotificationsBoxApp
extends App
implements NotificationsBoxAppEventHandler, NavigationEventHandler
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidloadNotificationsSended(NotificationsSendedLoadEvent notificationsSendedLoadEvent) voidvoidvoidvoidstart()voidstop()Methods inherited from class org.silverpeas.mobile.client.common.app.App
getApplicationInstance, getAppName, getMainPage, isStopLoading, receiveEvent, setApplicationInstance, setMainPage, setStopLoading, startWithContent, stopLoadingDataEvent
-
Constructor Details
-
NotificationsBoxApp
public NotificationsBoxApp()
-
-
Method Details
-
start
public void start() -
stop
public void stop() -
loadNotifications
- Specified by:
loadNotificationsin interfaceNotificationsBoxAppEventHandler
-
readenNotification
- Specified by:
readenNotificationin interfaceNotificationsBoxAppEventHandler
-
deleteNotifications
- Specified by:
deleteNotificationsin interfaceNotificationsBoxAppEventHandler
-
markAsReadNotifications
- Specified by:
markAsReadNotificationsin interfaceNotificationsBoxAppEventHandler
-
loadNotificationsSended
- Specified by:
loadNotificationsSendedin interfaceNotificationsBoxAppEventHandler
-