Package io.jmix.flowui
Class UiEventPublisher.UiUserEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
io.jmix.core.cluster.ClusterApplicationEvent
io.jmix.flowui.UiEventPublisher.UiUserEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
- UiEventPublisher
Event that should be processed on UI of specific users (or all users if usernames collection is null)
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.springframework.context.ApplicationEvent
protected Collection<String>
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionUiUserEvent
(Object source, org.springframework.context.ApplicationEvent event, Collection<String> usernames) -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource
-
Field Details
-
event
protected org.springframework.context.ApplicationEvent event -
usernames
-
-
Constructor Details
-
UiUserEvent
public UiUserEvent(Object source, org.springframework.context.ApplicationEvent event, @Nullable Collection<String> usernames)
-
-
Method Details
-
getEvent
public org.springframework.context.ApplicationEvent getEvent() -
getUsernames
-
toString
- Overrides:
toString
in classEventObject
-