Package io.jmix.flowui.event.view
Class ViewClosedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
io.jmix.flowui.event.view.ViewClosedEvent
- All Implemented Interfaces:
Serializable
public class ViewClosedEvent
extends org.springframework.context.ApplicationEvent
Application event that is sent after the view is closed.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
ViewClosedEvent
Creates a new ViewClosedEvent.- Parameters:
view
- the view on which the event initially occurred (nevernull
)
-
-
Method Details
-
getSource
- Overrides:
getSource
in classEventObject
-