blob: bd0d0a8c09246ef3e70da683c76f623bfa738a02 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2001, 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.wst.wsdl.ui.internal.graph.editparts;
public interface IConnectionManager
{
public void propagateForward(Object model);
public void propagateBack(Object model);
public void setSelectedModelObject(Object model);
}