package org.ovirt.engine.ui.userportal.uicommon.model.vm; import com.gwtplatform.dispatch.annotation.GenEvent; /** * Event triggered when the {@code VmMonitorModel} property changes its value and UI should be updated. */ @GenEvent public class VmMonitorValueChange { }