|
|||||||||
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.DownloadAttributeNotifier
public class DownloadEventNotifierImpl.DownloadAttributeNotifier
Field Summary |
---|
Fields inherited from interface org.gudy.azureus2.plugins.download.DownloadAttributeListener |
---|
WILL_BE_READ, WRITTEN |
Constructor Summary | |
---|---|
DownloadEventNotifierImpl.DownloadAttributeNotifier(TorrentAttribute ta,
int event_type)
|
Method Summary | |
---|---|
void |
attributeEventOccurred(Download d,
TorrentAttribute ta,
int event_type)
This method will be called when an attribute event occurs. |
void |
downloadAdded(Download d)
|
void |
downloadRemoved(Download d)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DownloadEventNotifierImpl.DownloadAttributeNotifier(TorrentAttribute ta, int event_type)
Method Detail |
---|
public void downloadAdded(Download d)
downloadAdded
in interface DownloadManagerListener
public void downloadRemoved(Download d)
downloadRemoved
in interface DownloadManagerListener
public void attributeEventOccurred(Download d, TorrentAttribute ta, int event_type)
DownloadAttributeListener
attributeEventOccurred
in interface DownloadAttributeListener
d
- The download object involved.ta
- The attribute involved.event_type
- Either WRITTEN or WILL_BE_READ.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |