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 TypeMethodDescriptionvoidvoidvoidvoidvoidseedingStatusChanged(boolean seeding_only_mode, boolean b) Notification of global seeding status changes.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface GlobalManagerListener
destroyInitiated
-
Constructor Details
-
MainWindowGMListener
private MainWindowGMListener()
-
-
Method Details
-
seedingStatusChanged
public void seedingStatusChanged(boolean seeding_only_mode, boolean b) Description copied from interface:GlobalManagerListenerNotification of global seeding status changes.- Specified by:
seedingStatusChangedin interfaceGlobalManagerListener- Parameters:
seeding_only_mode- true if only seeding torrents (no downloads), false otherwiseb- - as above but true if queued seeds
-
downloadManagerRemoved
- Specified by:
downloadManagerRemovedin interfaceGlobalManagerListener
-
downloadManagerAdded
- Specified by:
downloadManagerAddedin interfaceGlobalManagerListener
-
destroyed
public void destroyed()- Specified by:
destroyedin interfaceGlobalManagerListener
-
destroyInitiated
public void destroyInitiated()- Specified by:
destroyInitiatedin interfaceGlobalManagerListener
-