Uses of Enum Class
org.jdrupes.vmoperator.runner.qemu.events.MonitorEvent.Kind
Packages that use MonitorEvent.Kind
-
Uses of MonitorEvent.Kind in org.jdrupes.vmoperator.runner.qemu.events
Methods in org.jdrupes.vmoperator.runner.qemu.events that return MonitorEvent.KindModifier and TypeMethodDescriptionMonitorEvent.kind()Returns the kind of event.static MonitorEvent.KindReturns the enum constant of this class with the specified name.static MonitorEvent.Kind[]MonitorEvent.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jdrupes.vmoperator.runner.qemu.events with parameters of type MonitorEvent.KindModifierConstructorDescriptionBalloonChangeEvent(MonitorEvent.Kind kind, com.fasterxml.jackson.databind.JsonNode data) Instantiates a new tray moved.protectedMonitorEvent(MonitorEvent.Kind kind, com.fasterxml.jackson.databind.JsonNode data) Instantiates a new monitor event.PowerdownEvent(MonitorEvent.Kind kind, com.fasterxml.jackson.databind.JsonNode data) Instantiates a new powerdown event.ShutdownEvent(MonitorEvent.Kind kind, com.fasterxml.jackson.databind.JsonNode data) Instantiates a new shutdown event.SpiceConnectedEvent(MonitorEvent.Kind kind, com.fasterxml.jackson.databind.JsonNode data) Instantiates a new spice connected event.SpiceDisconnectedEvent(MonitorEvent.Kind kind, com.fasterxml.jackson.databind.JsonNode data) Instantiates a new spice disconnected event.SpiceEvent(MonitorEvent.Kind kind, com.fasterxml.jackson.databind.JsonNode data) Instantiates a new tray moved.SpiceInitializedEvent(MonitorEvent.Kind kind, com.fasterxml.jackson.databind.JsonNode data) Instantiates a new spice connected event.TrayMovedEvent(MonitorEvent.Kind kind, com.fasterxml.jackson.databind.JsonNode data) Instantiates a new tray moved.VserportChangeEvent(MonitorEvent.Kind kind, com.fasterxml.jackson.databind.JsonNode data) Initializes a new instance.