Class DeleteNotificationsEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<NotificationsBoxAppEventHandler>
-
- org.silverpeas.mobile.client.apps.notificationsbox.events.app.AbstractNotificationsBoxAppEvent
-
- org.silverpeas.mobile.client.apps.notificationsbox.events.app.DeleteNotificationsEvent
-
public class DeleteNotificationsEvent extends AbstractNotificationsBoxAppEvent
-
-
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.app.AbstractNotificationsBoxAppEvent
TYPE
-
-
Constructor Summary
Constructors Constructor Description DeleteNotificationsEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
dispatch(NotificationsBoxAppEventHandler handler)
List<NotificationBoxDTO>
getSelection()
void
setSelection(List<NotificationBoxDTO> selection)
-
Methods inherited from class org.silverpeas.mobile.client.apps.notificationsbox.events.app.AbstractNotificationsBoxAppEvent
getAssociatedType
-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
-
-
-
-
Method Detail
-
dispatch
protected void dispatch(NotificationsBoxAppEventHandler handler)
- Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<NotificationsBoxAppEventHandler>
-
getSelection
public List<NotificationBoxDTO> getSelection()
-
setSelection
public void setSelection(List<NotificationBoxDTO> selection)
-
-