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:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionNotificationClosedEvent
(com.vaadin.flow.component.notification.Notification notification) -
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.flow.component.notification.Notification
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
toString
-
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 classEventObject
-