Uses of Interface
com.biglybt.core.tracker.host.TRHostListener2
Packages that use TRHostListener2
Package
Description
-
Uses of TRHostListener2 in com.biglybt.core.tracker.host
Methods in com.biglybt.core.tracker.host with parameters of type TRHostListener2Modifier and TypeMethodDescriptionvoidTRHost.addListener2(TRHostListener2 l) voidTRHost.removeListener2(TRHostListener2 l) -
Uses of TRHostListener2 in com.biglybt.core.tracker.host.impl
Fields in com.biglybt.core.tracker.host.impl with type parameters of type TRHostListener2Modifier and TypeFieldDescriptionprivate final CopyOnWriteList<TRHostListener2> TRHostImpl.listeners2Methods in com.biglybt.core.tracker.host.impl with parameters of type TRHostListener2Modifier and TypeMethodDescriptionvoidTRHostImpl.addListener2(TRHostListener2 l) voidTRHostImpl.removeListener2(TRHostListener2 l) -
Uses of TRHostListener2 in com.biglybt.pifimpl.local.tracker
Classes in com.biglybt.pifimpl.local.tracker that implement TRHostListener2