Package io.jmix.tabbedmode.event
Class UiRefreshEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
io.jmix.tabbedmode.event.UiRefreshEvent
- All Implemented Interfaces:
Serializable
public class UiRefreshEvent
extends org.springframework.context.ApplicationEvent
The event that is fired each time a web page is refreshed and the UI state
has been restored from the cached views.
The event can be handled only in View
controllers of the active UI
.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
UiRefreshEvent
public UiRefreshEvent(com.vaadin.flow.component.UI source)
-
-
Method Details
-
getSource
public com.vaadin.flow.component.UI getSource()- Overrides:
getSource
in classEventObject
-