Package com.tagtraum.ubermusic
Interface NewReleases
-
- All Known Implementing Classes:
Beatport
public interface NewReleases
Provides lists of new releases.- Author:
- Hendrik Schreiber
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<PlayList>
getNewReleases(Locale market)
-
-
-
Method Detail
-
getNewReleases
List<PlayList> getNewReleases(Locale market) throws IOException
Fetch new releases in the form ofPlayList
s for the givenLocale
. These lists may be specific to genre or other properties.- Parameters:
market
- locale market to use for lookup, if the implementation supports localization- Returns:
- list of new releases
- Throws:
IOException
-
-