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 Summary
ConstructorsConstructorDescriptionNoVNCConsoleConnectionChangedEvent(NoVNCConsole source, boolean fromClient, boolean value) -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
NoVNCConsoleConnectionChangedEvent
public NoVNCConsoleConnectionChangedEvent(NoVNCConsole source, boolean fromClient, @EventData("event.detail.value") boolean value)
-