Class ConfigureQemu

java.lang.Object
org.jgrapes.core.internal.EventBase<Void>
org.jgrapes.core.Event<Void>
org.jdrupes.vmoperator.runner.qemu.events.ConfigureQemu
All Implemented Interfaces:
Future<Void>, Associator, Eligible

public class ConfigureQemu extends Event<Void>
An Event that notifies controllers about an updated configuration.

Controllers should adapt the resource that they manage to the new configuration. If the adaption cannot be made by the handler alone, it should call Event.suspendHandling() on the event and only resume handling when the adaption has completed.