Uses of Interface
com.biglybt.core.torrent.TOTorrentProgressListener
-
-
Uses of TOTorrentProgressListener in com.biglybt.core.torrent
Methods in com.biglybt.core.torrent with parameters of type TOTorrentProgressListener Modifier and Type Method Description void
TOTorrentCreator. addListener(TOTorrentProgressListener listener)
void
TOTorrentCreator. removeListener(TOTorrentProgressListener listener)
-
Uses of TOTorrentProgressListener in com.biglybt.core.torrent.impl
Fields in com.biglybt.core.torrent.impl with type parameters of type TOTorrentProgressListener Modifier and Type Field Description private java.util.List<TOTorrentProgressListener>
TOTorrentCreatorImpl. listeners
private java.util.List<TOTorrentProgressListener>
TOTorrentCreateImpl. progress_listeners
Methods in com.biglybt.core.torrent.impl with parameters of type TOTorrentProgressListener Modifier and Type Method Description protected void
TOTorrentCreateImpl. addListener(TOTorrentProgressListener listener)
void
TOTorrentCreatorImpl. addListener(TOTorrentProgressListener listener)
protected void
TOTorrentCreateImpl. removeListener(TOTorrentProgressListener listener)
void
TOTorrentCreatorImpl. removeListener(TOTorrentProgressListener listener)
-
Uses of TOTorrentProgressListener in com.biglybt.pifimpl.local.sharing
Classes in com.biglybt.pifimpl.local.sharing that implement TOTorrentProgressListener Modifier and Type Class Description class
ShareManagerImpl
-
Uses of TOTorrentProgressListener in com.biglybt.pifimpl.local.torrent
Classes in com.biglybt.pifimpl.local.torrent that implement TOTorrentProgressListener Modifier and Type Class Description class
TorrentManagerImpl
-
Uses of TOTorrentProgressListener in com.biglybt.ui.console
Classes in com.biglybt.ui.console that implement TOTorrentProgressListener Modifier and Type Class Description class
MakeTorrent
-
Uses of TOTorrentProgressListener in com.biglybt.ui.swt.maketorrent
Classes in com.biglybt.ui.swt.maketorrent that implement TOTorrentProgressListener Modifier and Type Class Description class
ProgressPanel
-