]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.simulation/src/org/simantics/simulation/project/IExperimentActivationListener.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.simulation / src / org / simantics / simulation / project / IExperimentActivationListener.java
index 8cf8218a5728229857e1bcaa11d3d2a15803c096..7b4fe58d263109f2b62b08e7f6cc5fdedc509459 100644 (file)
@@ -1,32 +1,32 @@
-/*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
- * in Industry THTH ry.\r
- * All rights reserved. This program and the accompanying materials\r
- * are made available under the terms of the Eclipse Public License v1.0\r
- * which accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- *\r
- * Contributors:\r
- *     VTT Technical Research Centre of Finland - initial API and implementation\r
- *******************************************************************************/\r
-package org.simantics.simulation.project;\r
-\r
-import org.eclipse.core.runtime.IProgressMonitor;\r
-import org.eclipse.core.runtime.IStatus;\r
-import org.simantics.simulation.experiment.IExperiment;\r
-\r
-public interface IExperimentActivationListener {\r
-\r
-    /**\r
-     * Called if the experiment activation produces messages that need to be\r
-     * logged.\r
-     */\r
-    void onMessage(IStatus message);\r
-\r
-    void onExperimentActivated(IExperiment experiment);\r
-\r
-    void onFailure(Throwable e);\r
-\r
-    IProgressMonitor getProgressMonitor();\r
-\r
-}\r
+/*******************************************************************************
+ * 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.simulation.project;
+
+import org.eclipse.core.runtime.IProgressMonitor;
+import org.eclipse.core.runtime.IStatus;
+import org.simantics.simulation.experiment.IExperiment;
+
+public interface IExperimentActivationListener {
+
+    /**
+     * Called if the experiment activation produces messages that need to be
+     * logged.
+     */
+    void onMessage(IStatus message);
+
+    void onExperimentActivated(IExperiment experiment);
+
+    void onFailure(Throwable e);
+
+    IProgressMonitor getProgressMonitor();
+
+}