Class VmDefChanged

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

public class VmDefChanged extends Event<Void>
Indicates a change in a VM definition.

Note that the definition consists of the metadata (mostly immutable), the “spec” and the “status” parts. Consumers that are only interested in “spec” changes should check specChanged() before processing the event any further.