Class VaadinSessionNotificationEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
io.jmix.notificationsui.event.VaadinSessionNotificationEvent
All Implemented Interfaces:
Serializable

public class VaadinSessionNotificationEvent extends org.springframework.context.ApplicationEvent
This event is published when new In-app notification is sent or read status of existing In-app notification is changed.
See Also:
  • Constructor Details

    • VaadinSessionNotificationEvent

      protected VaadinSessionNotificationEvent()
    • VaadinSessionNotificationEvent

      protected VaadinSessionNotificationEvent(@Nullable String username)
  • Method Details