Package com.biglybt.core.global
Class GlobalManagerAdapter
java.lang.Object
com.biglybt.core.global.GlobalManagerAdapter
- All Implemented Interfaces:
GlobalManagerListener
- Direct Known Subclasses:
OverallStatsImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
seedingStatusChanged
(boolean seeding_only_mode, boolean potentially_seeding_only_mode) Notification of global seeding status changes.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.biglybt.core.global.GlobalManagerListener
destroyInitiated, destroyInitiated
-
Constructor Details
-
GlobalManagerAdapter
public GlobalManagerAdapter()
-
-
Method Details
-
downloadManagerAdded
- Specified by:
downloadManagerAdded
in interfaceGlobalManagerListener
-
downloadManagerRemoved
- Specified by:
downloadManagerRemoved
in interfaceGlobalManagerListener
-
destroyed
public void destroyed()- Specified by:
destroyed
in interfaceGlobalManagerListener
-
seedingStatusChanged
public void seedingStatusChanged(boolean seeding_only_mode, boolean potentially_seeding_only_mode) Description copied from interface:GlobalManagerListener
Notification of global seeding status changes.- Specified by:
seedingStatusChanged
in interfaceGlobalManagerListener
- Parameters:
seeding_only_mode
- true if only seeding torrents (no downloads), false otherwisepotentially_seeding_only_mode
- - as above but true if queued seeds
-