|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gudy.azureus2.pluginsimpl.local.download.DownloadEventNotifierImpl.DownloadCompletionNotifier
public class DownloadEventNotifierImpl.DownloadCompletionNotifier
| Constructor Summary | |
|---|---|
DownloadEventNotifierImpl.DownloadCompletionNotifier()
|
|
| Method Summary | |
|---|---|
void |
downloadAdded(Download download)
|
void |
downloadRemoved(Download download)
|
void |
onCompletion(Download download)
Called when a download enters a complete state (previously being incomplete). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DownloadEventNotifierImpl.DownloadCompletionNotifier()
| Method Detail |
|---|
public void downloadAdded(Download download)
downloadAdded in interface DownloadManagerListenerpublic void downloadRemoved(Download download)
downloadRemoved in interface DownloadManagerListenerpublic void onCompletion(Download download)
DownloadCompletionListener
onCompletion in interface DownloadCompletionListenerdownload - Download which has been completed.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||