Uses of Interface
com.biglybt.pif.torrent.TorrentAttributeListener
-
Packages that use TorrentAttributeListener Package Description com.biglybt.pif.torrent com.biglybt.pifimpl.local.torrent -
-
Uses of TorrentAttributeListener in com.biglybt.pif.torrent
Methods in com.biglybt.pif.torrent with parameters of type TorrentAttributeListener Modifier and Type Method Description void
TorrentAttribute. addTorrentAttributeListener(TorrentAttributeListener l)
void
TorrentAttribute. removeTorrentAttributeListener(TorrentAttributeListener l)
-
Uses of TorrentAttributeListener in com.biglybt.pifimpl.local.torrent
Methods in com.biglybt.pifimpl.local.torrent with parameters of type TorrentAttributeListener Modifier and Type Method Description void
BaseTorrentAttributeImpl. addTorrentAttributeListener(TorrentAttributeListener l)
void
BaseTorrentAttributeImpl. removeTorrentAttributeListener(TorrentAttributeListener l)
-