Class SendNotificationEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<NotificationsAppEventHandler>
-
- org.silverpeas.mobile.client.apps.notifications.events.app.AbstractNotificationsAppEvent
-
- org.silverpeas.mobile.client.apps.notifications.events.app.SendNotificationEvent
-
public class SendNotificationEvent extends AbstractNotificationsAppEvent
-
-
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.notifications.events.app.AbstractNotificationsAppEvent
TYPE
-
-
Constructor Summary
Constructors Constructor Description SendNotificationEvent(NotificationDTO notification, List<BaseDTO> receivers, String subject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
dispatch(NotificationsAppEventHandler handler)
NotificationDTO
getNotification()
List<BaseDTO>
getReceivers()
String
getSubject()
-
Methods inherited from class org.silverpeas.mobile.client.apps.notifications.events.app.AbstractNotificationsAppEvent
getAssociatedType
-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
-
-
-
-
Constructor Detail
-
SendNotificationEvent
public SendNotificationEvent(NotificationDTO notification, List<BaseDTO> receivers, String subject)
-
-
Method Detail
-
dispatch
protected void dispatch(NotificationsAppEventHandler handler)
- Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<NotificationsAppEventHandler>
-
getNotification
public NotificationDTO getNotification()
-
getSubject
public String getSubject()
-
-