Package com.biglybt.core.global
Interface GlobalManagerListener
- All Known Implementing Classes:
ClientStatsView,GlobalManagerAdapter,MainWindowImpl.MainWindowGMListener,MyTorrentsSubView,MyTorrentsView,MyTorrentsView_Big,MyTorrentsView_Small,OverallStatsImpl,PeersSuperView,PiecesSuperView,PluginInitializer,RankItem.GMListener,TrayWindow
public interface GlobalManagerListener
-
Method Summary
Modifier and TypeMethodDescriptionvoiddefault voiddefault voidvoidvoidvoidseedingStatusChanged(boolean seeding_only_mode, boolean potentially_seeding_only_mode) Notification of global seeding status changes.
-
Method Details
-
downloadManagerAdded
-
downloadManagerRemoved
-
destroyInitiated
default void destroyInitiated() -
destroyInitiated
-
destroyed
void destroyed() -
seedingStatusChanged
void seedingStatusChanged(boolean seeding_only_mode, boolean potentially_seeding_only_mode) Notification of global seeding status changes.- Parameters:
seeding_only_mode- true if only seeding torrents (no downloads), false otherwisepotentially_seeding_only_mode- - as above but true if queued seeds
-