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