org.gudy.azureus2.plugins.download
Interface DownloadActivationListener

All Known Implementing Classes:
DownloadEventNotifierImpl.DownloadActivationNotifier

public interface DownloadActivationListener


Method Summary
 boolean activationRequested(DownloadActivationEvent event)
          A request has been made to activate the download.
 

Method Detail

activationRequested

boolean activationRequested(DownloadActivationEvent event)
A request has been made to activate the download. Not this is only fired on an increase in the activation request count, not on a decrease. To get a current snapshot of this use the method getActivationState in Download

Parameters:
event -
Returns:
return true if the download will be activated, false otherwise