]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.utils/src/org/simantics/utils/IOperationListener.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.utils / src / org / simantics / utils / IOperationListener.java
index c808d952200746b7e5b42ed564eddbe020fd8e7a..7befeb96ba63223ac8fb85fcc276bd8d7c464999 100644 (file)
@@ -1,19 +1,19 @@
-package org.simantics.utils;\r
-/**\r
- * Listener that can be added to IOperation.\r
- * \r
- * @author Hannu Niemistö\r
- */\r
-public interface IOperationListener<Result, E extends Exception> {\r
-\r
-    /**\r
-     * Called when the operation succeeds.\r
-     */\r
-    void succeeded(Result result);\r
-\r
-    /**\r
-     * Called when the operation fails.\r
-     */\r
-    void failed(E exception);\r
-\r
+package org.simantics.utils;
+/**
+ * Listener that can be added to IOperation.
+ * 
+ * @author Hannu Niemist&ouml;
+ */
+public interface IOperationListener<Result, E extends Exception> {
+
+    /**
+     * Called when the operation succeeds.
+     */
+    void succeeded(Result result);
+
+    /**
+     * Called when the operation fails.
+     */
+    void failed(E exception);
+
 }
\ No newline at end of file