Uses of Interface
com.biglybt.pif.tracker.TrackerListener
-
Packages that use TrackerListener Package Description com.biglybt.pif.tracker com.biglybt.pifimpl.local.tracker com.biglybt.pifimpl.remote.tracker -
-
Uses of TrackerListener in com.biglybt.pif.tracker
Methods in com.biglybt.pif.tracker with parameters of type TrackerListener Modifier and Type Method Description void
Tracker. addListener(TrackerListener listener)
void
Tracker. removeListener(TrackerListener listener)
-
Uses of TrackerListener in com.biglybt.pifimpl.local.tracker
Methods in com.biglybt.pifimpl.local.tracker with parameters of type TrackerListener Modifier and Type Method Description void
TrackerImpl. addListener(TrackerListener listener)
void
TrackerImpl. removeListener(TrackerListener listener)
-
Uses of TrackerListener in com.biglybt.pifimpl.remote.tracker
Methods in com.biglybt.pifimpl.remote.tracker with parameters of type TrackerListener Modifier and Type Method Description void
RPTracker. addListener(TrackerListener listener)
void
RPTracker. removeListener(TrackerListener listener)
-