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 TypeMethodDescriptionvoidIpFilter.addExternalHandler(IpFilterExternalHandler handler) voidIpFilter.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_handlersMethods in com.biglybt.core.ipfilter.impl with parameters of type IpFilterExternalHandlerModifier and TypeMethodDescriptionvoidIpFilterImpl.addExternalHandler(IpFilterExternalHandler h) voidIpFilterImpl.removeExternalHandler(IpFilterExternalHandler h)