Uses of Interface
com.biglybt.core.tracker.host.TRHostListener
Packages that use TRHostListener
Package
Description
-
Uses of TRHostListener in com.biglybt.core.tracker.host
Methods in com.biglybt.core.tracker.host with parameters of type TRHostListenerModifier and TypeMethodDescriptionvoid
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 TRHostListenerModifier and TypeFieldDescriptionprivate final ListenerManager
<TRHostListener> TRHostImpl.listeners
Methods in com.biglybt.core.tracker.host.impl with parameters of type TRHostListenerModifier and TypeMethodDescriptionvoid
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 TRHostListenerModifier and TypeFieldDescriptionprivate 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