blob: 0633531e0b8c7f5124e12837a96bb8c7c8818955 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* 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:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.update.internal.ui.wizards;
import org.eclipse.update.operations.*;
/**
* A dynamic page in the install wizard
*/
public interface IDynamicPage {
public void setJobs(IInstallFeatureOperation [] jobs);
}