package org.ovirt.engine.ui.frontend.communication; import com.gwtplatform.dispatch.annotation.GenEvent; /** * Event triggered when the Engine session is refreshed, i.e. due to executing backend action or query. */ @GenEvent public class EngineSessionRefreshed { }