Package io.jmix.ui.event
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:
 
- 
Field Summary
Fields inherited from class java.util.EventObject
source - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
toString 
- 
Constructor Details
- 
UIRefreshEvent
 
 - 
 - 
Method Details
- 
getSource
- Overrides:
 getSourcein classEventObject
 
 -