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 TypeMethodDescriptionvoidPeer.addListener(PeerListener2 listener) Add peer listener.voidPeer.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_listenersprivate HashMap<PeerListener2, PEPeerListener> PeerImpl.peer_listenersMethods in com.biglybt.pifimpl.local.peers with parameters of type PeerListener2Modifier and TypeMethodDescriptionvoidPeerImpl.addListener(PeerListener2 l) voidPeerImpl.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.listenersMethods in com.biglybt.plugin.extseed with parameters of type PeerListener2Modifier and TypeMethodDescriptionvoidExternalSeedPeer.addListener(PeerListener2 listener) voidExternalSeedPeer.removeListener(PeerListener2 listener)