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 TypeMethodDescriptionvoid
TRHost.addListener2
(TRHostListener2 l) void
TRHost.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.listeners2
Methods in com.biglybt.core.tracker.host.impl with parameters of type TRHostListener2Modifier and TypeMethodDescriptionvoid
TRHostImpl.addListener2
(TRHostListener2 l) void
TRHostImpl.removeListener2
(TRHostListener2 l) -
Uses of TRHostListener2 in com.biglybt.pifimpl.local.tracker
Classes in com.biglybt.pifimpl.local.tracker that implement TRHostListener2