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 java.lang.Object implements GlobalManagerListener
-
-
Constructor Summary
Constructors Modifier Constructor Description private
MainWindowGMListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
destroyed()
void
destroyInitiated()
void
downloadManagerAdded(DownloadManager dm)
void
downloadManagerRemoved(DownloadManager dm)
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
-
-
-
-
Method Detail
-
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
public void downloadManagerRemoved(DownloadManager dm)
- Specified by:
downloadManagerRemoved
in interfaceGlobalManagerListener
-
downloadManagerAdded
public void downloadManagerAdded(DownloadManager dm)
- Specified by:
downloadManagerAdded
in interfaceGlobalManagerListener
-
destroyed
public void destroyed()
- Specified by:
destroyed
in interfaceGlobalManagerListener
-
destroyInitiated
public void destroyInitiated()
- Specified by:
destroyInitiated
in interfaceGlobalManagerListener
-
-