Interface LibraryInterface
- All Known Implementing Classes:
LastFM
,Library
,MusicBrainz
public interface LibraryInterface
LibraryInterface interface.
- Author:
- ryzen
-
Method Summary
-
Method Details
-
getAlbum
getAlbum.
- Parameters:
album
- aAlbum
object- Returns:
- a
Album
object - Throws:
InterruptedException
- if any.
-
getSong
getSong.
- Parameters:
song
- aSong
object- Returns:
- a
Song
object - Throws:
InterruptedException
- if any.
-
getArtist
getArtist.
- Parameters:
artist
- aArtist
object- Returns:
- a
Artist
object - Throws:
InterruptedException
- if any.
-