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 TypeMethodDescriptionvoidTRHost.addListener(TRHostListener l) voidTRHost.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.listenersMethods in com.biglybt.core.tracker.host.impl with parameters of type TRHostListenerModifier and TypeMethodDescriptionvoidTRHostImpl.addListener(TRHostListener l) Add and fire listener for each torrent already hostedvoidTRHostImpl.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 TRHostListenerMainMDISetup.trackerHostListenerprivate static TRHostListenerMainMDISetup.trackerHostListener2 -
Uses of TRHostListener in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement TRHostListener