Package com.biglybt.ui.swt.shells.main
Class MainWindowImpl.MainWindowGMListener
java.lang.Object
com.biglybt.ui.swt.shells.main.MainWindowImpl.MainWindowGMListener
- All Implemented Interfaces:
GlobalManagerListener
- Enclosing class:
MainWindowImpl
private static class MainWindowImpl.MainWindowGMListener
extends Object
implements GlobalManagerListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
seedingStatusChanged
(boolean seeding_only_mode, boolean b) 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
-
Constructor Details
-
MainWindowGMListener
private MainWindowGMListener()
-
-
Method Details
-
seedingStatusChanged
public void seedingStatusChanged(boolean seeding_only_mode, boolean b) 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 otherwiseb
- - as above but true if queued seeds
-
downloadManagerRemoved
- Specified by:
downloadManagerRemoved
in interfaceGlobalManagerListener
-
downloadManagerAdded
- Specified by:
downloadManagerAdded
in interfaceGlobalManagerListener
-
destroyed
public void destroyed()- Specified by:
destroyed
in interfaceGlobalManagerListener
-
destroyInitiated
public void destroyInitiated()- Specified by:
destroyInitiated
in interfaceGlobalManagerListener
-