X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.diagram.connection%2Fsrc%2Forg%2Fsimantics%2Fdiagram%2Fconnection%2Factions%2FIReconnectAction.java;h=094c1f8955b6769ffee36331a65879026407d7b9;hb=d373c8ad0c060ef5032f9bfee834d3a75c620968;hp=cef12bc58800ad8708fac8f42243080b592d5cd9;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.diagram.connection/src/org/simantics/diagram/connection/actions/IReconnectAction.java b/bundles/org.simantics.diagram.connection/src/org/simantics/diagram/connection/actions/IReconnectAction.java index cef12bc58..094c1f895 100644 --- a/bundles/org.simantics.diagram.connection/src/org/simantics/diagram/connection/actions/IReconnectAction.java +++ b/bundles/org.simantics.diagram.connection/src/org/simantics/diagram/connection/actions/IReconnectAction.java @@ -1,17 +1,17 @@ -/******************************************************************************* - * Copyright (c) 2007, 2011 Association for Decentralized Information Management in - * Industry THTH ry. - * 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: - * VTT Technical Research Centre of Finland - initial API and implementation - *******************************************************************************/ -package org.simantics.diagram.connection.actions; - - -public interface IReconnectAction extends IAction { - void finish(double x, double y); -} +/******************************************************************************* + * Copyright (c) 2007, 2011 Association for Decentralized Information Management in + * Industry THTH ry. + * 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: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ +package org.simantics.diagram.connection.actions; + + +public interface IReconnectAction extends IAction { + void finish(double x, double y); +}