Class NoVNCConsole.NoVNCConsoleConnectionChangedEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<NoVNCConsole>
de.bytestore.hostinger.components.novnc.NoVNCConsole.NoVNCConsoleConnectionChangedEvent
All Implemented Interfaces:
Serializable
Enclosing class:
NoVNCConsole

@DomEvent("novnc-connection-changed") public static class NoVNCConsole.NoVNCConsoleConnectionChangedEvent extends com.vaadin.flow.component.ComponentEvent<NoVNCConsole>
See Also:
  • Constructor Details

    • NoVNCConsoleConnectionChangedEvent

      public NoVNCConsoleConnectionChangedEvent(NoVNCConsole source, boolean fromClient, @EventData("event.detail.value") boolean value)