|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sk.baka.ambient.library.MagnatuneScanner
public class MagnatuneScanner
Scans the Magnatune store.
Constructor Summary | |
---|---|
MagnatuneScanner()
|
Method Summary | |
---|---|
TrackOriginEnum |
getOrigin()
Returns the storage type. |
void |
init(Library library,
GenreCache genreCache)
Initializes the scanner. |
boolean |
isUserNotified()
Invoked when the scan finishes. |
void |
run()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MagnatuneScanner()
Method Detail |
---|
public void init(Library library, GenreCache genreCache)
IFileScanner
init
in interface IFileScanner
library
- the library instance.genreCache
- the genre cache.public void run()
run
in interface Runnable
public TrackOriginEnum getOrigin()
IFileScanner
getOrigin
in interface IFileScanner
null
.public boolean isUserNotified()
IFileScanner
isUserNotified
in interface IFileScanner
true
if user was notified about the scan being
finished, false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |