Uses of Interface
com.biglybt.core.global.GlobalManagerListener
-
-
Uses of GlobalManagerListener in com.biglybt.core.devices.impl
Fields in com.biglybt.core.devices.impl declared as GlobalManagerListener Modifier and Type Field Description private GlobalManagerListener
TranscodeManagerImpl. category_dl_listener
-
Uses of GlobalManagerListener in com.biglybt.core.global
Classes in com.biglybt.core.global that implement GlobalManagerListener Modifier and Type Class Description class
GlobalManagerAdapter
Methods in com.biglybt.core.global with parameters of type GlobalManagerListener Modifier and Type Method Description void
GlobalManager. addListener(GlobalManagerListener l)
Add a Global Manager listener and triggers itvoid
GlobalManager. addListener(GlobalManagerListener listener, boolean trigger)
void
GlobalManager. removeListener(GlobalManagerListener l)
Removes a Global Manager listener -
Uses of GlobalManagerListener in com.biglybt.core.global.impl
Methods in com.biglybt.core.global.impl with parameters of type GlobalManagerListener Modifier and Type Method Description void
GlobalManagerImpl. addListener(GlobalManagerListener listener)
void
GlobalManagerImpl. addListener(GlobalManagerListener listener, boolean trigger)
void
GlobalManagerImpl. removeListener(GlobalManagerListener listener)
-
Uses of GlobalManagerListener in com.biglybt.core.stats.transfer.impl
Classes in com.biglybt.core.stats.transfer.impl that implement GlobalManagerListener Modifier and Type Class Description class
OverallStatsImpl
-
Uses of GlobalManagerListener in com.biglybt.pifimpl.local
Classes in com.biglybt.pifimpl.local that implement GlobalManagerListener Modifier and Type Class Description class
PluginInitializer
-
Uses of GlobalManagerListener in com.biglybt.ui.swt
Classes in com.biglybt.ui.swt that implement GlobalManagerListener Modifier and Type Class Description class
TrayWindow
Download Basket. -
Uses of GlobalManagerListener in com.biglybt.ui.swt.shells.main
Classes in com.biglybt.ui.swt.shells.main that implement GlobalManagerListener Modifier and Type Class Description private static class
MainWindowImpl.MainWindowGMListener
-
Uses of GlobalManagerListener in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement GlobalManagerListener Modifier and Type Class Description class
MyTorrentsSubView
class
MyTorrentsView
Displays a list of torrents in a table view.class
PeersSuperView
AllPeersViewclass
PiecesSuperView
-
Uses of GlobalManagerListener in com.biglybt.ui.swt.views.clientstats
Classes in com.biglybt.ui.swt.views.clientstats that implement GlobalManagerListener Modifier and Type Class Description class
ClientStatsView
This view needs to be reworked so that the data collection is separate from UI -
Uses of GlobalManagerListener in com.biglybt.ui.swt.views.skin
Classes in com.biglybt.ui.swt.views.skin that implement GlobalManagerListener Modifier and Type Class Description class
MyTorrentsView_Big
class
MyTorrentsView_Small
-
Uses of GlobalManagerListener in com.biglybt.ui.swt.views.tableitems.mytorrents
Classes in com.biglybt.ui.swt.views.tableitems.mytorrents that implement GlobalManagerListener Modifier and Type Class Description private class
RankItem.GMListener
-