Uses of Interface
com.biglybt.core.tracker.host.TRHostListener
-
Packages that use TRHostListener Package Description com.biglybt.core.tracker.host com.biglybt.core.tracker.host.impl com.biglybt.ui.swt.shells.main com.biglybt.ui.swt.views -
-
Uses of TRHostListener in com.biglybt.core.tracker.host
Methods in com.biglybt.core.tracker.host with parameters of type TRHostListener Modifier and Type Method Description void
TRHost. addListener(TRHostListener l)
void
TRHost. removeListener(TRHostListener l)
-
Uses of TRHostListener in com.biglybt.core.tracker.host.impl
Fields in com.biglybt.core.tracker.host.impl with type parameters of type TRHostListener Modifier and Type Field Description private ListenerManager<TRHostListener>
TRHostImpl. listeners
Methods in com.biglybt.core.tracker.host.impl with parameters of type TRHostListener Modifier and Type Method Description void
TRHostImpl. addListener(TRHostListener l)
Add and fire listener for each torrent already hostedvoid
TRHostImpl. removeListener(TRHostListener l)
-
Uses of TRHostListener in com.biglybt.ui.swt.shells.main
Fields in com.biglybt.ui.swt.shells.main declared as TRHostListener Modifier and Type Field Description private static TRHostListener
MainMDISetup. trackerHostListener
private static TRHostListener
MainMDISetup. trackerHostListener2
-
Uses of TRHostListener in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement TRHostListener Modifier and Type Class Description class
MyTrackerView
-