blob: 178d1f966ee0e9a5a1f8c8b709adc5bb9b1d1d83 [file] [log] [blame]
/**
* Copyright (c) 2011 Mia-Software.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Nicolas Guyomar (Mia-Software) - Bug 349546 - EMF Facet facetSet editor
*/
package org.eclipse.emf.facet.efacet.ui.internal.exported.wizard;
public interface ICreateFacetSetWizard {
public int open();
}