Uses of Interface
org.silverpeas.mobile.client.apps.notificationsbox.events.app.NotificationsBoxAppEventHandler
-
Packages that use NotificationsBoxAppEventHandler Package Description org.silverpeas.mobile.client.apps.notificationsbox org.silverpeas.mobile.client.apps.notificationsbox.events.app -
-
Uses of NotificationsBoxAppEventHandler in org.silverpeas.mobile.client.apps.notificationsbox
Classes in org.silverpeas.mobile.client.apps.notificationsbox that implement NotificationsBoxAppEventHandler Modifier and Type Class Description class
NotificationsBoxApp
-
Uses of NotificationsBoxAppEventHandler in org.silverpeas.mobile.client.apps.notificationsbox.events.app
Fields in org.silverpeas.mobile.client.apps.notificationsbox.events.app with type parameters of type NotificationsBoxAppEventHandler Modifier and Type Field Description static com.google.gwt.event.shared.GwtEvent.Type<NotificationsBoxAppEventHandler>
AbstractNotificationsBoxAppEvent. TYPE
Methods in org.silverpeas.mobile.client.apps.notificationsbox.events.app that return types with arguments of type NotificationsBoxAppEventHandler Modifier and Type Method Description com.google.gwt.event.shared.GwtEvent.Type<NotificationsBoxAppEventHandler>
AbstractNotificationsBoxAppEvent. getAssociatedType()
Methods in org.silverpeas.mobile.client.apps.notificationsbox.events.app with parameters of type NotificationsBoxAppEventHandler Modifier and Type Method Description protected void
DeleteNotificationsEvent. dispatch(NotificationsBoxAppEventHandler handler)
protected void
MarkAsReadNotificationsEvent. dispatch(NotificationsBoxAppEventHandler handler)
protected void
NotificationReadenEvent. dispatch(NotificationsBoxAppEventHandler handler)
protected void
NotificationsLoadEvent. dispatch(NotificationsBoxAppEventHandler handler)
protected void
NotificationsSendedLoadEvent. dispatch(NotificationsBoxAppEventHandler handler)
-