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 SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionNotificationClosedEvent(com.vaadin.flow.component.notification.Notification notification) 
- 
Method SummaryModifier and TypeMethodDescriptioncom.vaadin.flow.component.notification.NotificationMethods inherited from class org.springframework.context.ApplicationEventgetTimestampMethods inherited from class java.util.EventObjecttoString
- 
Constructor Details- 
NotificationClosedEventpublic NotificationClosedEvent(com.vaadin.flow.component.notification.Notification notification) 
 
- 
- 
Method Details- 
getSourcepublic com.vaadin.flow.component.notification.Notification getSource()- Overrides:
- getSourcein class- EventObject
 
 
-