Class UIRefreshEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
io.jmix.ui.event.UIRefreshEvent
All Implemented Interfaces:
Serializable

public class UIRefreshEvent extends org.springframework.context.ApplicationEvent
Event that is fired on each web page refresh. The event can be handled only in screen controllers of the active AppUI.
See Also:
  • Constructor Details

    • UIRefreshEvent

      public UIRefreshEvent(AppUI source)
  • Method Details