Uses of Interface
com.biglybt.core.tracker.host.TRHostListener2
-
Packages that use TRHostListener2 Package Description com.biglybt.core.tracker.host com.biglybt.core.tracker.host.impl com.biglybt.pifimpl.local.tracker -
-
Uses of TRHostListener2 in com.biglybt.core.tracker.host
Methods in com.biglybt.core.tracker.host with parameters of type TRHostListener2 Modifier and Type Method Description void
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 TRHostListener2 Modifier and Type Field Description private CopyOnWriteList<TRHostListener2>
TRHostImpl. listeners2
Methods in com.biglybt.core.tracker.host.impl with parameters of type TRHostListener2 Modifier and Type Method Description void
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 Modifier and Type Class Description class
TrackerImpl
-