X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.diagram%2Fsrc%2Forg%2Fsimantics%2Fdiagram%2Felements%2FITextListener.java;h=9249eca7d4194d2cee0ce141f582a848c966761c;hb=7bc4de702166fe57dd45b7f161847e6d21d83bb4;hp=3e8d0b71f51008f794d5040491b55716f62a2088;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.diagram/src/org/simantics/diagram/elements/ITextListener.java b/bundles/org.simantics.diagram/src/org/simantics/diagram/elements/ITextListener.java index 3e8d0b71f..9249eca7d 100644 --- a/bundles/org.simantics.diagram/src/org/simantics/diagram/elements/ITextListener.java +++ b/bundles/org.simantics.diagram/src/org/simantics/diagram/elements/ITextListener.java @@ -1,21 +1,21 @@ -/******************************************************************************* - * 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.diagram.elements; - -public interface ITextListener { - - void textEditingStarted(); - void textEditingCancelled(); - void textEditingEnded(); - void textChanged(); - -} +/******************************************************************************* + * 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.diagram.elements; + +public interface ITextListener { + + void textEditingStarted(); + void textEditingCancelled(); + void textEditingEnded(); + void textChanged(); + +}