Class NotificationClosedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
io.jmix.flowui.event.notification.NotificationClosedEvent
All Implemented Interfaces:
Serializable

public class NotificationClosedEvent extends org.springframework.context.ApplicationEvent
Application event that is sent after the notification is closed.
See Also:
  • Constructor Details

    • NotificationClosedEvent

      public NotificationClosedEvent(com.vaadin.flow.component.notification.Notification notification)
  • Method Details

    • getSource

      public com.vaadin.flow.component.notification.Notification getSource()
      Overrides:
      getSource in class EventObject