Package com.vaadin.kubernetes.starter.ui
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:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
SwitchVersionEvent
-