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

public static class UiEventPublisher.UiUserEvent extends ClusterApplicationEvent
Event that should be processed on UI of specific users (or all users if usernames collection is null)
See Also:
  • Field Details

    • event

      protected org.springframework.context.ApplicationEvent event
    • usernames

      protected Collection<String> 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

      @Nullable public Collection<String> getUsernames()
    • toString

      public String toString()
      Overrides:
      toString in class EventObject