package org.ovirt.engine.ui.uicompat; public interface ITaskTarget { void run(TaskContext context); }