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 void
appInstanceChanged(NavigationAppInstanceChangedEvent event)
void
deleteNotifications(DeleteNotificationsEvent event)
void
loadNotifications(NotificationsLoadEvent event)
void
loadNotificationsSended(NotificationsSendedLoadEvent notificationsSendedLoadEvent)
void
markAsReadNotifications(MarkAsReadNotificationsEvent event)
void
readenNotification(NotificationReadenEvent 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
-
appInstanceChanged
public void appInstanceChanged(NavigationAppInstanceChangedEvent event)
- Specified by:
appInstanceChanged
in interfaceNavigationEventHandler
-
loadNotifications
public void loadNotifications(NotificationsLoadEvent event)
- Specified by:
loadNotifications
in interfaceNotificationsBoxAppEventHandler
-
readenNotification
public void readenNotification(NotificationReadenEvent event)
- Specified by:
readenNotification
in interfaceNotificationsBoxAppEventHandler
-
deleteNotifications
public void deleteNotifications(DeleteNotificationsEvent event)
- Specified by:
deleteNotifications
in interfaceNotificationsBoxAppEventHandler
-
markAsReadNotifications
public void markAsReadNotifications(MarkAsReadNotificationsEvent event)
- Specified by:
markAsReadNotifications
in interfaceNotificationsBoxAppEventHandler
-
loadNotificationsSended
public void loadNotificationsSended(NotificationsSendedLoadEvent notificationsSendedLoadEvent)
- Specified by:
loadNotificationsSended
in interfaceNotificationsBoxAppEventHandler
-
showContent
public void showContent(NavigationShowContentEvent event)
- Specified by:
showContent
in interfaceNavigationEventHandler
- Overrides:
showContent
in classApp
-
-