Uses of Interface
com.biglybt.pif.messaging.MessageManagerListener
-
Packages that use MessageManagerListener Package Description com.biglybt.pif.messaging com.biglybt.pifimpl.local.messaging -
-
Uses of MessageManagerListener in com.biglybt.pif.messaging
Methods in com.biglybt.pif.messaging with parameters of type MessageManagerListener Modifier and Type Method Description void
MessageManager. cancelCompatiblePeersLocation(MessageManagerListener orig_listener)
Cancel registration for compatible-peer notification.void
MessageManager. locateCompatiblePeers(PluginInterface plug_interface, Message message, MessageManagerListener listener)
Globally register for notification of peers that support the given message type. -
Uses of MessageManagerListener in com.biglybt.pifimpl.local.messaging
Methods in com.biglybt.pifimpl.local.messaging with parameters of type MessageManagerListener Modifier and Type Method Description void
MessageManagerImpl. cancelCompatiblePeersLocation(MessageManagerListener orig_listener)
void
MessageManagerImpl. locateCompatiblePeers(PluginInterface plug_interface, Message message, MessageManagerListener listener)
-