Interface Track

All Superinterfaces:
Iterable<Sound>
All Known Implementing Classes:
IntroTrack, LoopedTrack, SinglePlayTrack

public interface Track extends Iterable<Sound>
The Track class defines a sequence in which music Sounds should be played back by the engine.

This is useful to further define how music is played in the engine.

See Also: