]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics/src/org/simantics/startup/IStartup.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics / src / org / simantics / startup / IStartup.java
index c5dd01411562933473400623e04729410a775a63..3ea923a5269b37089f14f8fe21f27c7eddcbb087 100644 (file)
@@ -1,38 +1,38 @@
-/*******************************************************************************\r
- * Copyright (c) 2015 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
- *     Semantum Oy - initial API and implementation\r
- *******************************************************************************/\r
-package org.simantics.startup;\r
-\r
-import org.simantics.CancelStartupException;\r
-import org.simantics.PlatformException;\r
-\r
-/**\r
- * Plug-ins can register a startup extension will be activated and consulted\r
- * during the Simantics platform startup. The extension must provide an\r
- * implementation of this interface.\r
- * \r
- * @author Tuukka Lehtonen\r
- * @since 1.18.1\r
- */\r
-public interface IStartup {\r
-\r
-    /**\r
-     * Will be called in the platform startup thread, i.e. the UI thread during\r
-     * workbench initialization.\r
-     * \r
-     * <p>\r
-     * Can throw any {@link PlatformException}, such as\r
-     * {@link CancelStartupException} to prevent the platform from starting up\r
-     * for some reason.\r
-     */\r
-    public void preStartup() throws PlatformException;\r
-\r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2015 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:
+ *     Semantum Oy - initial API and implementation
+ *******************************************************************************/
+package org.simantics.startup;
+
+import org.simantics.CancelStartupException;
+import org.simantics.PlatformException;
+
+/**
+ * Plug-ins can register a startup extension will be activated and consulted
+ * during the Simantics platform startup. The extension must provide an
+ * implementation of this interface.
+ * 
+ * @author Tuukka Lehtonen
+ * @since 1.18.1
+ */
+public interface IStartup {
+
+    /**
+     * Will be called in the platform startup thread, i.e. the UI thread during
+     * workbench initialization.
+     * 
+     * <p>
+     * Can throw any {@link PlatformException}, such as
+     * {@link CancelStartupException} to prevent the platform from starting up
+     * for some reason.
+     */
+    public void preStartup() throws PlatformException;
+
+}