X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=misc%2Ftools%2FNexuizDemoRecorder%2Fmain%2Fsrc%2Fmain%2Fjava%2Fcom%2Fnexuiz%2Fdemorecorder%2Fui%2FDemoRecorderUI.java;h=1f99e978ac9c34c9867076a77f1f3f180a4b8158;hp=c8dc3555d2a581cb52733cb26f8d95987cae6943;hb=d36387088cb9338aa4484a7e6e82bfe69defa1e2;hpb=6cac8f921eb4ac15017ef13206a595f600390b42 diff --git a/misc/tools/NexuizDemoRecorder/main/src/main/java/com/nexuiz/demorecorder/ui/DemoRecorderUI.java b/misc/tools/NexuizDemoRecorder/main/src/main/java/com/nexuiz/demorecorder/ui/DemoRecorderUI.java index c8dc3555..1f99e978 100644 --- a/misc/tools/NexuizDemoRecorder/main/src/main/java/com/nexuiz/demorecorder/ui/DemoRecorderUI.java +++ b/misc/tools/NexuizDemoRecorder/main/src/main/java/com/nexuiz/demorecorder/ui/DemoRecorderUI.java @@ -1,20 +1,20 @@ -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(); -} +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(); +}