package org.ovirt.engine.ui.uicompat; public interface IFrontendActionAsyncCallback { void Executed(FrontendActionAsyncResult result); }