Interface NotificationsBoxAppEventHandler
-
- All Superinterfaces:
com.google.gwt.event.shared.EventHandler
- All Known Implementing Classes:
NotificationsBoxApp
public interface NotificationsBoxAppEventHandler extends com.google.gwt.event.shared.EventHandler
- Author:
- svu
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
deleteNotifications(DeleteNotificationsEvent deleteNotificationsEvent)
void
loadNotifications(NotificationsLoadEvent notificationsLoadEvent)
void
loadNotificationsSended(NotificationsSendedLoadEvent notificationsSendedLoadEvent)
void
markAsReadNotifications(MarkAsReadNotificationsEvent notReadNotificationsEvent)
void
readenNotification(NotificationReadenEvent notificationReadenEvent)
-
-
-
Method Detail
-
loadNotifications
void loadNotifications(NotificationsLoadEvent notificationsLoadEvent)
-
readenNotification
void readenNotification(NotificationReadenEvent notificationReadenEvent)
-
deleteNotifications
void deleteNotifications(DeleteNotificationsEvent deleteNotificationsEvent)
-
markAsReadNotifications
void markAsReadNotifications(MarkAsReadNotificationsEvent notReadNotificationsEvent)
-
loadNotificationsSended
void loadNotificationsSended(NotificationsSendedLoadEvent notificationsSendedLoadEvent)
-
-