Class SoundConfiguration
- java.lang.Object
-
- ch.sahits.game.openpatrician.sound.SoundConfiguration
-
@Configuration public class SoundConfiguration extends java.lang.Object- Author:
- Andi Hotz, (c) Sahits GmbH, 2015 Created on Jun 17, 2015
-
-
Constructor Summary
Constructors Constructor Description SoundConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.oxm.jaxb.Jaxb2Marshallerjaxb2SoundMarshaller()ITrackPlayersoundPlayer()ITrackLoadertrackLoader()
-
-
-
Method Detail
-
trackLoader
@Bean @Lazy public ITrackLoader trackLoader()
-
jaxb2SoundMarshaller
@Bean public org.springframework.oxm.jaxb.Jaxb2Marshaller jaxb2SoundMarshaller()
-
soundPlayer
@Bean public ITrackPlayer soundPlayer()
-
-