|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILibraryListener
Listens for library events.
Method Summary | |
---|---|
void |
coverLoaded(TrackMetadataBean track)
A cover for given track has been successfully downloaded. |
void |
libraryUpdate(boolean updateStarted,
boolean interrupted,
boolean userNotified)
Informs that the file rescan is complete and the database is updated. |
void |
lyricsLoaded(TrackMetadataBean track,
List<LyrdbTrack> lyrics)
A lyrics event. |
Method Detail |
---|
void libraryUpdate(boolean updateStarted, boolean interrupted, boolean userNotified)
updateStarted
- if true
then the library update just started. If
false
then the update finished.interrupted
- if true
then the scan was interrupted.userNotified
- if true
then the user is already notified about
the library being updated.void coverLoaded(TrackMetadataBean track)
true
.
track
- the track.void lyricsLoaded(TrackMetadataBean track, List<LyrdbTrack> lyrics)
track
- the track.lyrics
- if non-null
then user needs to select the correct
karaoke from this list. The list may be empty - in this case
no karaoke files are available. If null
then the
karaoke file is available locally. If non-null
and is empty then no karaoke files are available.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |