Interface LibraryInterface
- All Known Implementing Classes:
LastFM,Library,MusicBrainz
public interface LibraryInterface
LibraryInterface interface.
- Author:
- ryzen
-
Method Summary
-
Method Details
-
getAlbum
getAlbum.
- Parameters:
album- aAlbumobject- Returns:
- a
Albumobject - Throws:
InterruptedException- if any.
-
getSong
getSong.
- Parameters:
song- aSongobject- Returns:
- a
Songobject - Throws:
InterruptedException- if any.
-
getArtist
getArtist.
- Parameters:
artist- aArtistobject- Returns:
- a
Artistobject - Throws:
InterruptedException- if any.
-