Uses of Interface
com.biglybt.pif.download.DownloadActivationListener
-
-
Uses of DownloadActivationListener in com.biglybt.core.lws
Methods in com.biglybt.core.lws with parameters of type DownloadActivationListener Modifier and Type Method Description void
LWSDownload. addActivationListener(DownloadActivationListener l)
void
LWSDownload. removeActivationListener(DownloadActivationListener l)
-
Uses of DownloadActivationListener in com.biglybt.pif.download
Methods in com.biglybt.pif.download with parameters of type DownloadActivationListener Modifier and Type Method Description void
DownloadEventNotifier. addActivationListener(DownloadActivationListener l)
Adds a listener that will be invoked when a request is made to activate a torrent.void
DownloadEventNotifier. removeActivationListener(DownloadActivationListener l)
Removes a listener object added via theDownloadEventNotifier.addActivationListener(DownloadActivationListener)
method. -
Uses of DownloadActivationListener in com.biglybt.pifimpl.local.download
Classes in com.biglybt.pifimpl.local.download that implement DownloadActivationListener Modifier and Type Class Description class
DownloadEventNotifierImpl.DownloadActivationNotifier
Methods in com.biglybt.pifimpl.local.download with parameters of type DownloadActivationListener Modifier and Type Method Description void
DownloadEventNotifierImpl. addActivationListener(DownloadActivationListener l)
void
DownloadImpl. addActivationListener(DownloadActivationListener l)
void
DownloadEventNotifierImpl. removeActivationListener(DownloadActivationListener l)
void
DownloadImpl. removeActivationListener(DownloadActivationListener l)
-
Uses of DownloadActivationListener in com.biglybt.pifimpl.remote.download
Methods in com.biglybt.pifimpl.remote.download with parameters of type DownloadActivationListener Modifier and Type Method Description void
RPDownload. addActivationListener(DownloadActivationListener l)
void
RPDownload. removeActivationListener(DownloadActivationListener l)
-
Uses of DownloadActivationListener in com.biglybt.plugin.startstoprules.defaultplugin
Classes in com.biglybt.plugin.startstoprules.defaultplugin that implement DownloadActivationListener Modifier and Type Class Description private class
StartStopRulesDefaultPlugin.StartStopDownloadActivationListener
Fields in com.biglybt.plugin.startstoprules.defaultplugin declared as DownloadActivationListener Modifier and Type Field Description private DownloadActivationListener
StartStopRulesDefaultPlugin.StartStopDMListener. download_activation_listener
-