Uses of Interface
com.biglybt.core.ipfilter.IpFilterExternalHandler
Packages that use IpFilterExternalHandler
-
Uses of IpFilterExternalHandler in com.biglybt.core.ipfilter
Methods in com.biglybt.core.ipfilter with parameters of type IpFilterExternalHandlerModifier and TypeMethodDescriptionvoid
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 IpFilterExternalHandlerModifier and TypeFieldDescriptionprivate final CopyOnWriteList
<IpFilterExternalHandler> IpFilterImpl.external_handlers
Methods in com.biglybt.core.ipfilter.impl with parameters of type IpFilterExternalHandlerModifier and TypeMethodDescriptionvoid
IpFilterImpl.addExternalHandler
(IpFilterExternalHandler h) void
IpFilterImpl.removeExternalHandler
(IpFilterExternalHandler h)