X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.utils.thread%2Fsrc%2Forg%2Fsimantics%2Futils%2Fthreads%2Ftest%2FExampleListener.java;h=e256d04e5e99c51a263d6000dc0e6cdb819ada07;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hp=c55422e916bb93bfe6efdac89eee5e24c6da29c5;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.utils.thread/src/org/simantics/utils/threads/test/ExampleListener.java b/bundles/org.simantics.utils.thread/src/org/simantics/utils/threads/test/ExampleListener.java index c55422e91..e256d04e5 100644 --- a/bundles/org.simantics.utils.thread/src/org/simantics/utils/threads/test/ExampleListener.java +++ b/bundles/org.simantics.utils.thread/src/org/simantics/utils/threads/test/ExampleListener.java @@ -1,22 +1,22 @@ -/******************************************************************************* - * 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 - *******************************************************************************/ -/* - * - * @author Toni Kalajainen - */ -package org.simantics.utils.threads.test; - -public interface ExampleListener { - - void onMessage(ExampleObject sender, String msg); - -} +/******************************************************************************* + * 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 + *******************************************************************************/ +/* + * + * @author Toni Kalajainen + */ +package org.simantics.utils.threads.test; + +public interface ExampleListener { + + void onMessage(ExampleObject sender, String msg); + +}