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:
  • Constructor Details

    • UiRefreshEvent

      public UiRefreshEvent(com.vaadin.flow.component.UI source)
  • Method Details

    • getSource

      public com.vaadin.flow.component.UI getSource()
      Overrides:
      getSource in class EventObject