Uses of Interface
com.biglybt.core.download.DownloadManagerStateAttributeListener
Packages that use DownloadManagerStateAttributeListener
Package
Description
-
Uses of DownloadManagerStateAttributeListener in com.biglybt.core.download
Methods in com.biglybt.core.download with parameters of type DownloadManagerStateAttributeListenerModifier and TypeMethodDescriptionstatic voidDownloadManagerStateFactory.addGlobalListener(DownloadManagerStateAttributeListener l, String attribute, int event_type) voidDownloadManagerState.addListener(DownloadManagerStateAttributeListener l, String attribute, int event_type) voidDownloadManagerStateFactory.removeGlobalListener(DownloadManagerStateAttributeListener l, String attribute, int event_type) voidDownloadManagerState.removeListener(DownloadManagerStateAttributeListener l, String attribute, int event_type) -
Uses of DownloadManagerStateAttributeListener in com.biglybt.core.download.impl
Fields in com.biglybt.core.download.impl declared as DownloadManagerStateAttributeListenerFields in com.biglybt.core.download.impl with type parameters of type DownloadManagerStateAttributeListenerModifier and TypeFieldDescriptionprivate static final CopyOnWriteMap<String, CopyOnWriteList<DownloadManagerStateAttributeListener>> DownloadManagerStateImpl.global_listeners_read_map_cowprivate static final CopyOnWriteMap<String, CopyOnWriteList<DownloadManagerStateAttributeListener>> DownloadManagerStateImpl.global_listeners_write_map_cowprivate final CopyOnWriteMap<String, CopyOnWriteList<DownloadManagerStateAttributeListener>> DownloadManagerStateImpl.listeners_read_map_cowprivate final CopyOnWriteMap<String, CopyOnWriteList<DownloadManagerStateAttributeListener>> DownloadManagerStateImpl.listeners_write_map_cowMethods in com.biglybt.core.download.impl with parameters of type DownloadManagerStateAttributeListenerModifier and TypeMethodDescriptionstatic voidDownloadManagerStateImpl.addGlobalListener(DownloadManagerStateAttributeListener l, String attribute, int event_type) voidDownloadManagerStateImpl.addListener(DownloadManagerStateAttributeListener l, String attribute, int event_type) voidDownloadManagerStateImpl.nullState.addListener(DownloadManagerStateAttributeListener l, String attribute, int event_type) static voidDownloadManagerStateImpl.removeGlobalListener(DownloadManagerStateAttributeListener l, String attribute, int event_type) voidDownloadManagerStateImpl.nullState.removeListener(DownloadManagerStateAttributeListener l, String attribute, int event_type) voidDownloadManagerStateImpl.removeListener(DownloadManagerStateAttributeListener l, String attribute, int event_type) -
Uses of DownloadManagerStateAttributeListener in com.biglybt.core.lws
Methods in com.biglybt.core.lws with parameters of type DownloadManagerStateAttributeListenerModifier and TypeMethodDescriptionvoidLWSDiskManagerState.addListener(DownloadManagerStateAttributeListener l, String attribute, int event_type) voidLWSDiskManagerState.removeListener(DownloadManagerStateAttributeListener l, String attribute, int event_type) -
Uses of DownloadManagerStateAttributeListener in com.biglybt.core.tag.impl
Fields in com.biglybt.core.tag.impl declared as DownloadManagerStateAttributeListener -
Uses of DownloadManagerStateAttributeListener in com.biglybt.pifimpl.local.download
Classes in com.biglybt.pifimpl.local.download that implement DownloadManagerStateAttributeListener -
Uses of DownloadManagerStateAttributeListener in com.biglybt.plugin.startstoprules.defaultplugin
Classes in com.biglybt.plugin.startstoprules.defaultplugin that implement DownloadManagerStateAttributeListenerModifier and TypeClassDescriptionclassprivate classMethods in com.biglybt.plugin.startstoprules.defaultplugin with parameters of type DownloadManagerStateAttributeListenerModifier and TypeMethodDescriptionvoidDefaultRankCalculator.addStateAttributeListener(DownloadManagerStateAttributeListener l, String attribute, int event_type) voidRankCalculatorReal.addStateAttributeListener(DownloadManagerStateAttributeListener l, String attribute, int event_type) voidRankCalculatorSlotReserver.addStateAttributeListener(DownloadManagerStateAttributeListener l, String attribute, int event_type) voidDefaultRankCalculator.removeStateAttributeListener(DownloadManagerStateAttributeListener l, String attribute, int event_type) voidRankCalculatorReal.removeStateAttributeListener(DownloadManagerStateAttributeListener l, String attribute, int event_type) voidRankCalculatorSlotReserver.removeStateAttributeListener(DownloadManagerStateAttributeListener l, String attribute, int event_type) -
Uses of DownloadManagerStateAttributeListener in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement DownloadManagerStateAttributeListenerModifier and TypeClassDescriptionclassprivate static class