Uses of Interface
com.biglybt.pif.download.DownloadActivationEvent
-
-
Uses of DownloadActivationEvent in com.biglybt.core.lws
Methods in com.biglybt.core.lws that return DownloadActivationEvent Modifier and Type Method Description DownloadActivationEvent
LWSDownload. getActivationState()
-
Uses of DownloadActivationEvent in com.biglybt.pif.download
Methods in com.biglybt.pif.download that return DownloadActivationEvent Modifier and Type Method Description DownloadActivationEvent
Download. getActivationState()
Gives access to the current activation state.Methods in com.biglybt.pif.download with parameters of type DownloadActivationEvent Modifier and Type Method Description boolean
DownloadActivationListener. activationRequested(DownloadActivationEvent event)
A request has been made to activate the download. -
Uses of DownloadActivationEvent in com.biglybt.pifimpl.local.download
Fields in com.biglybt.pifimpl.local.download declared as DownloadActivationEvent Modifier and Type Field Description private DownloadActivationEvent
DownloadImpl. activation_state
Methods in com.biglybt.pifimpl.local.download that return DownloadActivationEvent Modifier and Type Method Description DownloadActivationEvent
DownloadImpl. getActivationState()
Methods in com.biglybt.pifimpl.local.download with parameters of type DownloadActivationEvent Modifier and Type Method Description boolean
DownloadEventNotifierImpl.DownloadActivationNotifier. activationRequested(DownloadActivationEvent event)
-
Uses of DownloadActivationEvent in com.biglybt.pifimpl.remote.download
Methods in com.biglybt.pifimpl.remote.download that return DownloadActivationEvent Modifier and Type Method Description DownloadActivationEvent
RPDownload. getActivationState()
-
Uses of DownloadActivationEvent in com.biglybt.plugin.startstoprules.defaultplugin
Methods in com.biglybt.plugin.startstoprules.defaultplugin with parameters of type DownloadActivationEvent Modifier and Type Method Description boolean
StartStopRulesDefaultPlugin.StartStopDownloadActivationListener. activationRequested(DownloadActivationEvent event)
-