]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.utils.thread/src/org/simantics/utils/threads/ua/StateListener.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.utils.thread / src / org / simantics / utils / threads / ua / StateListener.java
index 6484ee3335ada0279097f261af5b8d21f17d28c6..6fdc213fe6369ea06382d3d8bfe4e54d150e24c4 100644 (file)
@@ -1,31 +1,31 @@
-/*******************************************************************************\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
-\r
-package org.simantics.utils.threads.ua;\r
-\r
-/**\r
- * Listener for state changes\r
- * \r
- * @author Toni Kalajainen (toni.kalajainen@vtt.fi)\r
- */\r
-public interface StateListener<StateType> {\r
-\r
-       /**\r
-        * Call-back for state transition\r
-        * \r
-        * @param sender State monitor object\r
-        * @param oldState new state\r
-        * @param newState new state\r
-        */\r
-       void onStateTransition(IStatefulObject<StateType, ?> sender, StateType oldState, StateType newState);\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.utils.threads.ua;
+
+/**
+ * Listener for state changes
+ * 
+ * @author Toni Kalajainen (toni.kalajainen@vtt.fi)
+ */
+public interface StateListener<StateType> {
+
+       /**
+        * Call-back for state transition
+        * 
+        * @param sender State monitor object
+        * @param oldState new state
+        * @param newState new state
+        */
+       void onStateTransition(IStatefulObject<StateType, ?> sender, StateType oldState, StateType newState);
+       
+}