Uses of Interface
com.biglybt.pif.peers.PeerManagerListener2
-
-
Uses of PeerManagerListener2 in com.biglybt.pif.peers
Methods in com.biglybt.pif.peers with parameters of type PeerManagerListener2 Modifier and Type Method Description void
PeerManager. addListener(PeerManagerListener2 l)
void
PeerManager. removeListener(PeerManagerListener2 l)
-
Uses of PeerManagerListener2 in com.biglybt.pifimpl.local.peers
Fields in com.biglybt.pifimpl.local.peers declared as PeerManagerListener2 Modifier and Type Field Description private PeerManagerListener2
PeerManagerImpl.CoreListener. listener
Fields in com.biglybt.pifimpl.local.peers with type parameters of type PeerManagerListener2 Modifier and Type Field Description private java.util.Map<PeerManagerListener2,PeerManagerImpl.CoreListener>
PeerManagerImpl. listener_map2
Methods in com.biglybt.pifimpl.local.peers with parameters of type PeerManagerListener2 Modifier and Type Method Description void
PeerManagerImpl. addListener(PeerManagerListener2 l)
void
PeerManagerImpl. removeListener(PeerManagerListener2 l)
Constructors in com.biglybt.pifimpl.local.peers with parameters of type PeerManagerListener2 Constructor Description CoreListener(PeerManagerListener2 _listener)
-
Uses of PeerManagerListener2 in com.biglybt.plugin.extseed.impl
Classes in com.biglybt.plugin.extseed.impl that implement PeerManagerListener2 Modifier and Type Class Description class
ExternalSeedReaderImpl
-
Uses of PeerManagerListener2 in com.biglybt.plugin.extseed.impl.getright
Classes in com.biglybt.plugin.extseed.impl.getright that implement PeerManagerListener2 Modifier and Type Class Description class
ExternalSeedReaderGetRight
-
Uses of PeerManagerListener2 in com.biglybt.plugin.extseed.impl.webseed
Classes in com.biglybt.plugin.extseed.impl.webseed that implement PeerManagerListener2 Modifier and Type Class Description class
ExternalSeedReaderWebSeed
-