Class ThemeChangedEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.UI>
org.jumpmind.vaadin.ui.common.ThemeChangedEvent
All Implemented Interfaces:
Serializable

public class ThemeChangedEvent extends com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.UI>
See Also:
  • Constructor Details

    • ThemeChangedEvent

      public ThemeChangedEvent(com.vaadin.flow.component.UI source, String theme)
  • Method Details

    • getTheme

      public String getTheme()