Class DisplayController
java.lang.Object
org.jgrapes.core.internal.ComponentVertex
org.jgrapes.core.Component
org.jdrupes.vmoperator.runner.qemu.DisplayController
- All Implemented Interfaces:
Iterable<ComponentType>,Channel,ComponentType,Eligible,Manager
The Class DisplayController.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jgrapes.core.Channel
Channel.Default -
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionDisplayController(Channel componentChannel, Path configDir) Instantiates a new Display controller. -
Method Summary
Modifier and TypeMethodDescriptionvoidonConfigureQemu(ConfigureQemu event) On configure qemu.voidonFileChanged(FileChanged event) Watch for changes of the password file.voidOn vmop agent connected.Methods inherited from class org.jgrapes.core.Component
channel, component, defaultCriterion, isEligibleFor, setNameMethods inherited from class org.jgrapes.core.internal.ComponentVertex
activeEventPipeline, addHandler, attach, channelReplacements, children, componentPath, componentVertex, detach, fire, initComponentsHandlers, iterator, name, newEventPipeline, newEventPipeline, parent, registerAsGenerator, root, toString, unregisterAsGeneratorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
DisplayController
Instantiates a new Display controller.- Parameters:
componentChannel- the component channelconfigDir-
-
-
Method Details
-
onConfigureQemu
On configure qemu.- Parameters:
event- the event
-
onVmopAgentConnected
On vmop agent connected.- Parameters:
event- the event
-
onFileChanged
Watch for changes of the password file.- Parameters:
event- the event
-