|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CategoryListener
A listener informed of changes to Category
| Method Summary | |
|---|---|
void |
downloadManagerAdded(Category cat,
DownloadManager manager)
A DownloadManager has been added to a Category |
void |
downloadManagerRemoved(Category cat,
DownloadManager removed)
A DownloadManager has been removed from a Category |
| Method Detail |
|---|
void downloadManagerAdded(Category cat,
DownloadManager manager)
cat - Category that the DownloadManager has been added tomanager - DownloadManager that was added
void downloadManagerRemoved(Category cat,
DownloadManager removed)
cat - Category that the DownloadManager was removed fromremoved - The DownloadManager that was removed
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||