|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 DownloadManagerListener
public void downloadRemoved(Download download)
downloadRemoved
in interface DownloadManagerListener
public void onCompletion(Download download)
DownloadCompletionListener
onCompletion
in interface DownloadCompletionListener
download
- Download which has been completed.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |