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
ConstructorDescriptionDisplayController
(Channel componentChannel, Path configDir) Instantiates a new Display controller. -
Method Summary
Modifier and TypeMethodDescriptionvoid
onConfigureQemu
(ConfigureQemu event) On configure qemu.void
onFileChanged
(FileChanged event) Watch for changes of the password file.Methods inherited from class org.jgrapes.core.Component
channel, component, defaultCriterion, isEligibleFor, setName
Methods 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, unregisterAsGenerator
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
DISPLAY_PASSWORD_FILE
- See Also:
-
PASSWORD_EXPIRY_FILE
- See Also:
-
-
Constructor Details
-
DisplayController
Instantiates a new Display controller.- Parameters:
componentChannel
- the component channelconfigDir
-
-
-
Method Details
-
onConfigureQemu
On configure qemu.- Parameters:
event
- the event
-
onFileChanged
Watch for changes of the password file.- Parameters:
event
- the event
-