X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bundles%2Forg.simantics.spreadsheet%2Fsrc%2Forg%2Fsimantics%2Fspreadsheet%2FCommandCellExecutor.java;h=84eaa00b50e4c734c3fb09d20c19aa1cae7a1b50;hb=5c67a96d34fe904b8c4b0375cd08ff1d543bf369;hp=0d3e612e1dd72f4630ff77ece658fbe9336b659b;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.spreadsheet/src/org/simantics/spreadsheet/CommandCellExecutor.java b/bundles/org.simantics.spreadsheet/src/org/simantics/spreadsheet/CommandCellExecutor.java index 0d3e612e1..84eaa00b5 100644 --- a/bundles/org.simantics.spreadsheet/src/org/simantics/spreadsheet/CommandCellExecutor.java +++ b/bundles/org.simantics.spreadsheet/src/org/simantics/spreadsheet/CommandCellExecutor.java @@ -1,20 +1,20 @@ -/******************************************************************************* - * Copyright (c) 2007, 2010 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.spreadsheet; - - - -public interface CommandCellExecutor { - - void execute(int row, int column); - -} +/******************************************************************************* + * Copyright (c) 2007, 2010 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.spreadsheet; + + + +public interface CommandCellExecutor { + + void execute(int row, int column); + +}