Class Processor
java.lang.Object
com.realtime.crossfire.jxclient.sound.Processor
- All Implemented Interfaces:
Runnable
A thread that plays a music file over and over until terminated.
-
Constructor Summary
ConstructorsConstructorDescriptionProcessor(@NotNull CharSequence name, @NotNull AudioFileLoader audioFileLoader) Creates a new instance. -
Method Summary
-
Constructor Details
-
Processor
public Processor(@NotNull @NotNull CharSequence name, @NotNull @NotNull AudioFileLoader audioFileLoader) Creates a new instance.- Parameters:
name- the music name to playaudioFileLoader- the audio file loader for loading audio files
-
-
Method Details