Class NotificationsSendedLoadedEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<NotificationsBoxPagesEventHandler>
-
- org.silverpeas.mobile.client.apps.notificationsbox.events.pages.AbstractNotificationsBoxPagesEvent
-
- org.silverpeas.mobile.client.apps.notificationsbox.events.pages.NotificationsSendedLoadedEvent
-
public class NotificationsSendedLoadedEvent extends AbstractNotificationsBoxPagesEvent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H extends Object>
-
-
Field Summary
-
Fields inherited from class org.silverpeas.mobile.client.apps.notificationsbox.events.pages.AbstractNotificationsBoxPagesEvent
TYPE
-
-
Constructor Summary
Constructors Constructor Description NotificationsSendedLoadedEvent(StreamingList<NotificationSendedDTO> notifications)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
dispatch(NotificationsBoxPagesEventHandler handler)
StreamingList<NotificationSendedDTO>
getNotifications()
-
Methods inherited from class org.silverpeas.mobile.client.apps.notificationsbox.events.pages.AbstractNotificationsBoxPagesEvent
getAssociatedType
-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
-
-
-
-
Constructor Detail
-
NotificationsSendedLoadedEvent
public NotificationsSendedLoadedEvent(StreamingList<NotificationSendedDTO> notifications)
-
-
Method Detail
-
dispatch
protected void dispatch(NotificationsBoxPagesEventHandler handler)
- Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<NotificationsBoxPagesEventHandler>
-
getNotifications
public StreamingList<NotificationSendedDTO> getNotifications()
-
-