/* * Created on 01/06/2006 * * Copyright 2005-2010 Ignis Software Tools Ltd. All rights reserved. */ package jsystem.framework.scenario; public interface ScenarioEditor { public void executeSenarioEditor(Scenario scenario) throws Exception; }