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
-
-
Constructor Summary
Constructors Constructor Description NotificationsBoxApp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappInstanceChanged(NavigationAppInstanceChangedEvent event)voiddeleteNotifications(DeleteNotificationsEvent event)voidloadNotifications(NotificationsLoadEvent event)voidloadNotificationsSended(NotificationsSendedLoadEvent notificationsSendedLoadEvent)voidmarkAsReadNotifications(MarkAsReadNotificationsEvent event)voidreadenNotification(NotificationReadenEvent 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
-
appInstanceChanged
public void appInstanceChanged(NavigationAppInstanceChangedEvent event)
- Specified by:
appInstanceChangedin interfaceNavigationEventHandler
-
loadNotifications
public void loadNotifications(NotificationsLoadEvent event)
- Specified by:
loadNotificationsin interfaceNotificationsBoxAppEventHandler
-
readenNotification
public void readenNotification(NotificationReadenEvent event)
- Specified by:
readenNotificationin interfaceNotificationsBoxAppEventHandler
-
deleteNotifications
public void deleteNotifications(DeleteNotificationsEvent event)
- Specified by:
deleteNotificationsin interfaceNotificationsBoxAppEventHandler
-
markAsReadNotifications
public void markAsReadNotifications(MarkAsReadNotificationsEvent event)
- Specified by:
markAsReadNotificationsin interfaceNotificationsBoxAppEventHandler
-
loadNotificationsSended
public void loadNotificationsSended(NotificationsSendedLoadEvent notificationsSendedLoadEvent)
- Specified by:
loadNotificationsSendedin interfaceNotificationsBoxAppEventHandler
-
showContent
public void showContent(NavigationShowContentEvent event)
- Specified by:
showContentin interfaceNavigationEventHandler- Overrides:
showContentin classApp
-
-