Class VersionNotifier.SwitchVersionEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<VersionNotifier>
com.vaadin.kubernetes.starter.ui.VersionNotifier.SwitchVersionEvent
All Implemented Interfaces:
Serializable
Enclosing class:
VersionNotifier

@DomEvent("load-version") public static class VersionNotifier.SwitchVersionEvent extends com.vaadin.flow.component.ComponentEvent<VersionNotifier>
Event which is dispatched when the user accepts the version change through the notifier.
See Also:
  • Constructor Details

    • SwitchVersionEvent

      public SwitchVersionEvent(VersionNotifier source, boolean fromClient)