Class CircularPlayListProvider

java.lang.Object
de.pottgames.tuningfork.jukebox.playlist.CircularPlayListProvider
All Implemented Interfaces:
PlayListProvider

public class CircularPlayListProvider extends Object implements PlayListProvider
This provider keeps a list of PlayLists and iterates through them in order. After a complete run, it starts again with the first PlayList in the list.