Interface NotificationsBoxPagesEventHandler
-
- All Superinterfaces:
com.google.gwt.event.shared.EventHandler
- All Known Implementing Classes:
NotificationsBoxPage
public interface NotificationsBoxPagesEventHandler extends com.google.gwt.event.shared.EventHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onNotificationsLoaded(NotificationsLoadedEvent event)
void
onNotificationsSendedLoaded(NotificationsSendedLoadedEvent notificationsSendedLoadedEvent)
-
-
-
Method Detail
-
onNotificationsLoaded
void onNotificationsLoaded(NotificationsLoadedEvent event)
-
onNotificationsSendedLoaded
void onNotificationsSendedLoaded(NotificationsSendedLoadedEvent notificationsSendedLoadedEvent)
-
-