]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/NexuizDemoRecorder/main/src/main/java/com/nexuiz/demorecorder/ui/DemoRecorderUI.java
fix lots of CRLFs
[xonotic/xonotic.git] / misc / tools / NexuizDemoRecorder / main / src / main / java / com / nexuiz / demorecorder / ui / DemoRecorderUI.java
index c8dc3555d2a581cb52733cb26f8d95987cae6943..1f99e978ac9c34c9867076a77f1f3f180a4b8158 100644 (file)
@@ -1,20 +1,20 @@
-package com.nexuiz.demorecorder.ui;\r
-\r
-import com.nexuiz.demorecorder.application.jobs.RecordJob;\r
-\r
-public interface DemoRecorderUI {\r
-\r
-       /**\r
-        * Called by the application layer to inform the GUI about the fact that\r
-        * one or more properties of the given job changed (most likely the status).\r
-        * The given job might also be new to the GUI.\r
-        * @param job the affected job\r
-        */\r
-       public void RecordJobPropertiesChange(RecordJob job);\r
-       \r
-       /**\r
-        * Called by the application layer to inform the GUI that it finished\r
-        * recording all assigned jobs.\r
-        */\r
-       public void recordingFinished();\r
-}\r
+package com.nexuiz.demorecorder.ui;
+
+import com.nexuiz.demorecorder.application.jobs.RecordJob;
+
+public interface DemoRecorderUI {
+
+       /**
+        * Called by the application layer to inform the GUI about the fact that
+        * one or more properties of the given job changed (most likely the status).
+        * The given job might also be new to the GUI.
+        * @param job the affected job
+        */
+       public void RecordJobPropertiesChange(RecordJob job);
+       
+       /**
+        * Called by the application layer to inform the GUI that it finished
+        * recording all assigned jobs.
+        */
+       public void recordingFinished();
+}