Uses of Interface
com.biglybt.core.subs.SubscriptionLookupListener
Packages that use SubscriptionLookupListener
Package
Description
-
Uses of SubscriptionLookupListener in com.biglybt.core.subs
Methods in com.biglybt.core.subs with parameters of type SubscriptionLookupListenerModifier and TypeMethodDescriptionSubscriptionManager.lookupAssociations(byte[] hash, SubscriptionLookupListener listener) Deprecated.SubscriptionManager.lookupAssociations(byte[] hash, String description, SubscriptionLookupListener listener) Full lookupSubscriptionManager.lookupAssociations(byte[] hash, String description, String[] networks, SubscriptionLookupListener listener) -
Uses of SubscriptionLookupListener in com.biglybt.core.subs.impl
Subinterfaces of SubscriptionLookupListener in com.biglybt.core.subs.implModifier and TypeInterfaceDescription(package private) static interfaceMethods in com.biglybt.core.subs.impl with parameters of type SubscriptionLookupListenerModifier and TypeMethodDescriptionSubscriptionManagerImpl.lookupAssociations(byte[] hash, SubscriptionLookupListener listener) SubscriptionManagerImpl.lookupAssociations(byte[] hash, String description, SubscriptionLookupListener listener) SubscriptionManagerImpl.lookupAssociations(byte[] hash, String description, String[] networks, SubscriptionLookupListener listener) private SubscriptionAssociationLookupSubscriptionManagerImpl.lookupAssociations(DHTPluginInterface dht_plugin, byte[] hash, String description, SubscriptionLookupListener listener) protected SubscriptionAssociationLookupSubscriptionManagerImpl.lookupAssociationsSupport(DHTPluginInterface dht_plugin, byte[] hash, String description, SubscriptionLookupListener _listener) -
Uses of SubscriptionLookupListener in com.biglybt.ui.swt.subscriptions
Classes in com.biglybt.ui.swt.subscriptions that implement SubscriptionLookupListener