Uses of Interface
com.biglybt.core.peer.PEPeerManagerListener
Packages that use PEPeerManagerListener
Package
Description
-
Uses of PEPeerManagerListener in com.biglybt.core.peer
Classes in com.biglybt.core.peer that implement PEPeerManagerListenerMethods in com.biglybt.core.peer with parameters of type PEPeerManagerListenerModifier and TypeMethodDescriptionvoidPEPeerManager.addListener(PEPeerManagerListener l) voidPEPeerManager.removeListener(PEPeerManagerListener l) -
Uses of PEPeerManagerListener in com.biglybt.core.peer.impl.control
Fields in com.biglybt.core.peer.impl.control with type parameters of type PEPeerManagerListenerModifier and TypeFieldDescriptionprivate ArrayList<PEPeerManagerListener> PEPeerControlImpl.peer_manager_listeners_cowMethods in com.biglybt.core.peer.impl.control with parameters of type PEPeerManagerListenerModifier and TypeMethodDescriptionvoidPEPeerControlImpl.addListener(PEPeerManagerListener l) voidPEPeerControlImpl.removeListener(PEPeerManagerListener l) -
Uses of PEPeerManagerListener in com.biglybt.core.peermanager
Methods in com.biglybt.core.peermanager with parameters of type PEPeerManagerListenerModifier and TypeMethodDescriptionvoidPeerManager.PeerManagerRegistrationImpl.ProbeControl.addListener(PEPeerManagerListener l) voidPeerManager.PeerManagerRegistrationImpl.ProbeControl.removeListener(PEPeerManagerListener l) -
Uses of PEPeerManagerListener in com.biglybt.core.peermanager.piecepicker.impl
Classes in com.biglybt.core.peermanager.piecepicker.impl that implement PEPeerManagerListenerModifier and TypeClassDescriptionprivate classAn instance of this listener is registered with peerControl Through this, we learn of peers joining and leaving and attach/detach listeners to themFields in com.biglybt.core.peermanager.piecepicker.impl declared as PEPeerManagerListenerModifier and TypeFieldDescriptionprivate final PEPeerManagerListenerPiecePickerImpl.peerManagerListener -
Uses of PEPeerManagerListener in com.biglybt.pifimpl.local.peers
Classes in com.biglybt.pifimpl.local.peers that implement PEPeerManagerListener -
Uses of PEPeerManagerListener in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement PEPeerManagerListener