Uses of Interface
com.biglybt.core.peer.PEPeerManagerListener
-
-
Uses of PEPeerManagerListener in com.biglybt.core.peer
Classes in com.biglybt.core.peer that implement PEPeerManagerListener Modifier and Type Class Description class
PEPeerManagerListenerAdapter
Methods in com.biglybt.core.peer with parameters of type PEPeerManagerListener Modifier and Type Method Description void
PEPeerManager. addListener(PEPeerManagerListener l)
void
PEPeerManager. 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 PEPeerManagerListener Modifier and Type Field Description private java.util.ArrayList<PEPeerManagerListener>
PEPeerControlImpl. peer_manager_listeners_cow
Methods in com.biglybt.core.peer.impl.control with parameters of type PEPeerManagerListener Modifier and Type Method Description void
PEPeerControlImpl. addListener(PEPeerManagerListener l)
void
PEPeerControlImpl. removeListener(PEPeerManagerListener l)
-
Uses of PEPeerManagerListener in com.biglybt.core.peermanager
Methods in com.biglybt.core.peermanager with parameters of type PEPeerManagerListener Modifier and Type Method Description void
PeerManager.PeerManagerRegistrationImpl.ProbeControl. addListener(PEPeerManagerListener l)
void
PeerManager.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 PEPeerManagerListener Modifier and Type Class Description private class
PiecePickerImpl.PEPeerManagerListenerImpl
An 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 PEPeerManagerListener Modifier and Type Field Description private PEPeerManagerListener
PiecePickerImpl. peerManagerListener
-
Uses of PEPeerManagerListener in com.biglybt.pifimpl.local.peers
Classes in com.biglybt.pifimpl.local.peers that implement PEPeerManagerListener Modifier and Type Class Description private class
PeerManagerImpl.CoreListener
-