Uses of Interface
com.biglybt.pif.peers.PeerListener2
Packages that use PeerListener2
Package
Description
-
Uses of PeerListener2 in com.biglybt.pif.peers
Methods in com.biglybt.pif.peers with parameters of type PeerListener2Modifier and TypeMethodDescriptionvoid
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 PeerListener2Modifier and TypeFieldDescriptionprivate HashMap
<PEPeerListener, PeerListener2> PeerForeignDelegate.peer_listeners
private HashMap
<PeerListener2, PEPeerListener> PeerImpl.peer_listeners
Methods in com.biglybt.pifimpl.local.peers with parameters of type PeerListener2Modifier and TypeMethodDescriptionvoid
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 PeerListener2Modifier and TypeFieldDescriptionprivate CopyOnWriteList
<PeerListener2> ExternalSeedPeer.listeners
Methods in com.biglybt.plugin.extseed with parameters of type PeerListener2Modifier and TypeMethodDescriptionvoid
ExternalSeedPeer.addListener
(PeerListener2 listener) void
ExternalSeedPeer.removeListener
(PeerListener2 listener)