|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolution.player.core.media.ILibrary.LibraryListener
public abstract static class ILibrary.LibraryListener
A library listener can listen to changed to the library.
Constructor Summary | |
---|---|
ILibrary.LibraryListener()
|
Method Summary | |
---|---|
abstract void |
fileDownloaded(LocalMediaInfo media)
The given media has been downloaded. |
abstract void |
mediaAdded(MediaInfo media)
The given media was added to the library. |
abstract void |
mediaRemoved(MediaInfo media)
The given media was removed from the library. |
abstract void |
rootAdded(java.io.File file)
The given file was added as a root. |
abstract void |
rootRemoved(java.io.File file)
The given file was removed from the roots. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ILibrary.LibraryListener()
Method Detail |
---|
public abstract void mediaAdded(MediaInfo media)
media
- the added mediapublic abstract void mediaRemoved(MediaInfo media)
media
- the removed mediapublic abstract void rootAdded(java.io.File file)
file
- the added rootpublic abstract void rootRemoved(java.io.File file)
file
- the removed rootpublic abstract void fileDownloaded(LocalMediaInfo media)
media
- the downloaded media
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |