Uses of Interface
com.biglybt.core.ipfilter.IpFilterExternalHandler
-
Packages that use IpFilterExternalHandler Package Description com.biglybt.core.ipfilter com.biglybt.core.ipfilter.impl -
-
Uses of IpFilterExternalHandler in com.biglybt.core.ipfilter
Methods in com.biglybt.core.ipfilter with parameters of type IpFilterExternalHandler Modifier and Type Method Description void
IpFilter. addExternalHandler(IpFilterExternalHandler handler)
void
IpFilter. removeExternalHandler(IpFilterExternalHandler handler)
-
Uses of IpFilterExternalHandler in com.biglybt.core.ipfilter.impl
Fields in com.biglybt.core.ipfilter.impl with type parameters of type IpFilterExternalHandler Modifier and Type Field Description private CopyOnWriteList<IpFilterExternalHandler>
IpFilterImpl. external_handlers
Methods in com.biglybt.core.ipfilter.impl with parameters of type IpFilterExternalHandler Modifier and Type Method Description void
IpFilterImpl. addExternalHandler(IpFilterExternalHandler h)
void
IpFilterImpl. removeExternalHandler(IpFilterExternalHandler h)
-