blob: 7c13d14a803e9582993d8d9c841503624a8ec3f5 [file] [log] [blame]
/******************************************************************************
* Copyright (c) 2006 IBM Corporation.
* 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 Implementation
*
*****************************************************************************/
package org.eclipse.ptp.remotetools.environment.launcher.ui;
import org.eclipse.ptp.remotetools.environment.launcher.data.ISynchronizationRule;
public interface IRuleDialog {
public ISynchronizationRule getRuleWorkingCopy();
}