Class DisplayController

java.lang.Object
org.jgrapes.core.internal.ComponentVertex
org.jgrapes.core.Component
org.jdrupes.vmoperator.runner.qemu.DisplayController
All Implemented Interfaces:
Iterable<org.jgrapes.core.ComponentType>, org.jgrapes.core.Channel, org.jgrapes.core.ComponentType, org.jgrapes.core.Eligible, org.jgrapes.core.Manager

public class DisplayController extends org.jgrapes.core.Component
The Class DisplayController.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.jgrapes.core.Channel

    org.jgrapes.core.Channel.Default
  • Field Summary

    Fields inherited from class org.jgrapes.core.Component

    logger

    Fields inherited from interface org.jgrapes.core.Channel

    BROADCAST, SELF
  • Constructor Summary

    Constructors
    Constructor
    Description
    DisplayController(org.jgrapes.core.Channel componentChannel, Path configDir)
    Instantiates a new Display controller.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    On configure qemu.
    void
    onFileChanged(org.jgrapes.util.events.FileChanged event)
    Watch for changes of the password file.
    void
    On vmop agent connected.

    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

    Methods inherited from interface org.jgrapes.core.Manager

    stream
  • Constructor Details

    • DisplayController

      public DisplayController(org.jgrapes.core.Channel componentChannel, Path configDir)
      Instantiates a new Display controller.
      Parameters:
      componentChannel - the component channel
      configDir -
  • Method Details

    • onConfigureQemu

      @Handler public void onConfigureQemu(ConfigureQemu event)
      On configure qemu.
      Parameters:
      event - the event
    • onVmopAgentConnected

      @Handler public void onVmopAgentConnected(VmopAgentConnected event)
      On vmop agent connected.
      Parameters:
      event - the event
    • onFileChanged

      @Handler public void onFileChanged(org.jgrapes.util.events.FileChanged event)
      Watch for changes of the password file.
      Parameters:
      event - the event