X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.spreadsheet%2Fsrc%2Forg%2Fsimantics%2Fspreadsheet%2Fcell%2Fhandler%2FPasteHandler.java;h=4fb565c651f0347343d9aef37d64238dc41dd6e9;hb=459ca221e046b0ed539e4eab4486a0a3178a4eba;hp=017c5a2092b87d638c9cae00f926a139817f0308;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.spreadsheet/src/org/simantics/spreadsheet/cell/handler/PasteHandler.java b/bundles/org.simantics.spreadsheet/src/org/simantics/spreadsheet/cell/handler/PasteHandler.java index 017c5a209..4fb565c65 100644 --- a/bundles/org.simantics.spreadsheet/src/org/simantics/spreadsheet/cell/handler/PasteHandler.java +++ b/bundles/org.simantics.spreadsheet/src/org/simantics/spreadsheet/cell/handler/PasteHandler.java @@ -1,19 +1,19 @@ -/******************************************************************************* - * 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.cell.handler; - - -public interface PasteHandler { - - void paste(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.cell.handler; + + +public interface PasteHandler { + + void paste(int row, int column); + +}