Uses of Interface
com.biglybt.core.ipfilter.IPFilterListener
Packages that use IPFilterListener
Package
Description
-
Uses of IPFilterListener in com.biglybt.core.ipfilter
Methods in com.biglybt.core.ipfilter with parameters of type IPFilterListenerModifier and TypeMethodDescriptionvoidIpFilter.addListener(IPFilterListener l) voidIpFilter.removeListener(IPFilterListener l) -
Uses of IPFilterListener in com.biglybt.core.ipfilter.impl
Fields in com.biglybt.core.ipfilter.impl with type parameters of type IPFilterListenerModifier and TypeFieldDescription(package private) final CopyOnWriteList<IPFilterListener> IpFilterImpl.listenerzMethods in com.biglybt.core.ipfilter.impl that return types with arguments of type IPFilterListenerModifier and TypeMethodDescriptionprotected CopyOnWriteList<IPFilterListener> IpFilterImpl.getListeners()Methods in com.biglybt.core.ipfilter.impl with parameters of type IPFilterListenerModifier and TypeMethodDescriptionvoidIpFilterImpl.addListener(IPFilterListener l) voidIpFilterImpl.removeListener(IPFilterListener l) -
Uses of IPFilterListener in com.biglybt.core.peer.impl.control
Classes in com.biglybt.core.peer.impl.control that implement IPFilterListenerModifier and TypeClassDescriptionclassmanages all peer transports for a torrent -
Uses of IPFilterListener in com.biglybt.ui.swt.views.configsections
Fields in com.biglybt.ui.swt.views.configsections declared as IPFilterListenerModifier and TypeFieldDescriptionprivate IPFilterListenerConfigSectionIPFilterSWT.IPEditorParameter.filterListener