Uses of Enum Class
org.jdrupes.vmoperator.runner.qemu.events.MonitorEvent.Kind
-
Uses of MonitorEvent.Kind in org.jdrupes.vmoperator.runner.qemu.events
Modifier and TypeMethodDescriptionMonitorEvent.kind()
Returns the kind of event.static MonitorEvent.Kind
Returns 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.ModifierConstructorDescriptionBalloonChangeEvent
(MonitorEvent.Kind kind, com.fasterxml.jackson.databind.JsonNode data) Instantiates a new tray moved.protected
MonitorEvent
(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.