Package io.jmix.flowui.event.dialog
Class DialogClosedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
io.jmix.flowui.event.dialog.DialogClosedEvent
- All Implemented Interfaces:
- Serializable
public class DialogClosedEvent
extends org.springframework.context.ApplicationEvent
Application event that is sent after the dialog is closed.
- See Also:
- 
Field SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.springframework.context.ApplicationEventgetTimestampMethods inherited from class java.util.EventObjecttoString
- 
Constructor Details- 
DialogClosedEventpublic DialogClosedEvent(com.vaadin.flow.component.dialog.Dialog dialog) 
 
- 
- 
Method Details- 
getSourcepublic com.vaadin.flow.component.dialog.Dialog getSource()- Overrides:
- getSourcein class- EventObject
 
 
-