Uses of Interface
com.biglybt.core.ipfilter.IPFilterListener
-
Packages that use IPFilterListener Package Description com.biglybt.core.ipfilter com.biglybt.core.ipfilter.impl com.biglybt.core.peer.impl.control com.biglybt.ui.swt.views.configsections -
-
Uses of IPFilterListener in com.biglybt.core.ipfilter
Methods in com.biglybt.core.ipfilter with parameters of type IPFilterListener Modifier and Type Method Description void
IpFilter. addListener(IPFilterListener l)
void
IpFilter. removeListener(IPFilterListener l)
-
Uses of IPFilterListener in com.biglybt.core.ipfilter.impl
Fields in com.biglybt.core.ipfilter.impl with type parameters of type IPFilterListener Modifier and Type Field Description (package private) CopyOnWriteList<IPFilterListener>
IpFilterImpl. listenerz
Methods in com.biglybt.core.ipfilter.impl that return types with arguments of type IPFilterListener Modifier and Type Method Description protected CopyOnWriteList<IPFilterListener>
IpFilterImpl. getListeners()
Methods in com.biglybt.core.ipfilter.impl with parameters of type IPFilterListener Modifier and Type Method Description void
IpFilterImpl. addListener(IPFilterListener l)
void
IpFilterImpl. removeListener(IPFilterListener l)
-
Uses of IPFilterListener in com.biglybt.core.peer.impl.control
Classes in com.biglybt.core.peer.impl.control that implement IPFilterListener Modifier and Type Class Description class
PEPeerControlImpl
manages 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 IPFilterListener Modifier and Type Field Description private IPFilterListener
ConfigSectionIPFilterSWT.IPEditorParameter. filterListener
-