Uses of Interface
com.biglybt.core.util.TorrentUtils.TorrentAnnounceURLChangeListener
-
Packages that use TorrentUtils.TorrentAnnounceURLChangeListener Package Description com.biglybt.core.util -
-
Uses of TorrentUtils.TorrentAnnounceURLChangeListener in com.biglybt.core.util
Fields in com.biglybt.core.util with type parameters of type TorrentUtils.TorrentAnnounceURLChangeListener Modifier and Type Field Description (package private) static CopyOnWriteList<TorrentUtils.TorrentAnnounceURLChangeListener>
TorrentUtils. torrent_url_changed_listeners
Methods in com.biglybt.core.util with parameters of type TorrentUtils.TorrentAnnounceURLChangeListener Modifier and Type Method Description static void
TorrentUtils. addTorrentURLChangeListener(TorrentUtils.TorrentAnnounceURLChangeListener listener)
static void
TorrentUtils. removeTorrentURLChangeListener(TorrentUtils.TorrentAnnounceURLChangeListener listener)
-