Uses of Interface
com.biglybt.pif.peers.PeerListener2
-
Packages that use PeerListener2 Package Description com.biglybt.pif.peers com.biglybt.pifimpl.local.peers com.biglybt.plugin.extseed -
-
Uses of PeerListener2 in com.biglybt.pif.peers
Methods in com.biglybt.pif.peers with parameters of type PeerListener2 Modifier and Type Method Description void
Peer. addListener(PeerListener2 listener)
Add peer listener.void
Peer. removeListener(PeerListener2 listener)
Remove peer listener. -
Uses of PeerListener2 in com.biglybt.pifimpl.local.peers
Fields in com.biglybt.pifimpl.local.peers with type parameters of type PeerListener2 Modifier and Type Field Description private java.util.HashMap<PEPeerListener,PeerListener2>
PeerForeignDelegate. peer_listeners
private java.util.HashMap<PeerListener2,PEPeerListener>
PeerImpl. peer_listeners
Methods in com.biglybt.pifimpl.local.peers with parameters of type PeerListener2 Modifier and Type Method Description void
PeerImpl. addListener(PeerListener2 l)
void
PeerImpl. removeListener(PeerListener2 l)
-
Uses of PeerListener2 in com.biglybt.plugin.extseed
Fields in com.biglybt.plugin.extseed with type parameters of type PeerListener2 Modifier and Type Field Description private CopyOnWriteList<PeerListener2>
ExternalSeedPeer. listeners
Methods in com.biglybt.plugin.extseed with parameters of type PeerListener2 Modifier and Type Method Description void
ExternalSeedPeer. addListener(PeerListener2 listener)
void
ExternalSeedPeer. removeListener(PeerListener2 listener)
-