X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bundles%2Forg.simantics.spreadsheet.ui%2Fsrc%2Forg%2Fsimantics%2Fspreadsheet%2Fui%2FTrackedModifyListener.java;fp=bundles%2Forg.simantics.spreadsheet.ui%2Fsrc%2Forg%2Fsimantics%2Fspreadsheet%2Fui%2FTrackedModifyListener.java;h=884ecd5df644723cf4499e12b54091c93477d017;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hp=07ec1c7bb4ef7d75bc1f5156dbc54865d48b31e8;hpb=24e2b34260f219f0d1644ca7a138894980e25b14;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.spreadsheet.ui/src/org/simantics/spreadsheet/ui/TrackedModifyListener.java b/bundles/org.simantics.spreadsheet.ui/src/org/simantics/spreadsheet/ui/TrackedModifyListener.java index 07ec1c7bb..884ecd5df 100644 --- a/bundles/org.simantics.spreadsheet.ui/src/org/simantics/spreadsheet/ui/TrackedModifyListener.java +++ b/bundles/org.simantics.spreadsheet.ui/src/org/simantics/spreadsheet/ui/TrackedModifyListener.java @@ -1,26 +1,26 @@ -/******************************************************************************* - * 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.ui; - -/** - * @author Tuukka Lehtonen - */ -public interface TrackedModifyListener { - - /** - * Sent when the tracked text is modified. - * - * @param e an event containing information about the modify - */ - void modifyText(TrackedModifyEvent e); - -} +/******************************************************************************* + * 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.ui; + +/** + * @author Tuukka Lehtonen + */ +public interface TrackedModifyListener { + + /** + * Sent when the tracked text is modified. + * + * @param e an event containing information about the modify + */ + void modifyText(TrackedModifyEvent e); + +}