]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.databoard/src/org/simantics/databoard/channel/ServiceHandler.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.databoard / src / org / simantics / databoard / channel / ServiceHandler.java
index 8d99ac85b8bfbcd1517676c8cabb103bb3514f28..3b948def1197bfbb2c708fe1479f338d22a0121d 100644 (file)
@@ -1,32 +1,32 @@
-package org.simantics.databoard.channel;\r
-\r
-import java.util.Collection;\r
-\r
-/**\r
- * Server interface of command channel. <p>\r
- * \r
- * For each callable command there is a well-known commandId and datatype. <p>\r
- *\r
- * @author Toni Kalajainen <toni.kalajainen@iki.fi>\r
- */\r
-public interface ServiceHandler {\r
-\r
-       /**\r
-        * Handle service request from the client. The implementation may handle\r
-        * the service at once or later, even in another thread. The result is\r
-        * written to the asynchronous result object. <p>\r
-        * \r
-        * @param request\r
-        */\r
-       void handleRequest( ServiceRequest request );\r
-       \r
-       /**\r
-        * Get all callable commands handled by this service handler.\r
-        * This result is list of command specifications. For each command there is\r
-        * unique identification, result type and error type.  \r
-        * \r
-        * @return commands\r
-        */\r
-       Collection<CommandSpec> getCommands();\r
-       \r
-}\r
+package org.simantics.databoard.channel;
+
+import java.util.Collection;
+
+/**
+ * Server interface of command channel. <p>
+ * 
+ * For each callable command there is a well-known commandId and datatype. <p>
+ *
+ * @author Toni Kalajainen <toni.kalajainen@iki.fi>
+ */
+public interface ServiceHandler {
+
+       /**
+        * Handle service request from the client. The implementation may handle
+        * the service at once or later, even in another thread. The result is
+        * written to the asynchronous result object. <p>
+        * 
+        * @param request
+        */
+       void handleRequest( ServiceRequest request );
+       
+       /**
+        * Get all callable commands handled by this service handler.
+        * This result is list of command specifications. For each command there is
+        * unique identification, result type and error type.  
+        * 
+        * @return commands
+        */
+       Collection<CommandSpec> getCommands();
+       
+}