Package io.jmix.flowui.event.view
Class ViewOpenedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
io.jmix.flowui.event.view.ViewOpenedEvent
- All Implemented Interfaces:
- Serializable
public class ViewOpenedEvent
extends org.springframework.context.ApplicationEvent
Application event that is sent after the view is shown.
- 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- 
ViewOpenedEventCreates a new ViewOpenedEvent.- Parameters:
- view- the view on which the event initially occurred (never- null)
 
 
- 
- 
Method Details- 
getSource- Overrides:
- getSourcein class- EventObject
 
 
-