Uses of Interface
com.biglybt.core.subs.SubscriptionLookupListener
-
Packages that use SubscriptionLookupListener Package Description com.biglybt.core.subs com.biglybt.core.subs.impl com.biglybt.ui.swt.subscriptions -
-
Uses of SubscriptionLookupListener in com.biglybt.core.subs
Methods in com.biglybt.core.subs with parameters of type SubscriptionLookupListener Modifier and Type Method Description SubscriptionAssociationLookup
SubscriptionManager. lookupAssociations(byte[] hash, SubscriptionLookupListener listener)
Deprecated.SubscriptionAssociationLookup
SubscriptionManager. lookupAssociations(byte[] hash, java.lang.String description, SubscriptionLookupListener listener)
Full lookupSubscriptionAssociationLookup
SubscriptionManager. lookupAssociations(byte[] hash, java.lang.String description, java.lang.String[] networks, SubscriptionLookupListener listener)
-
Uses of SubscriptionLookupListener in com.biglybt.core.subs.impl
Subinterfaces of SubscriptionLookupListener in com.biglybt.core.subs.impl Modifier and Type Interface Description (package private) static interface
SubscriptionManagerImpl.subsLookupListener
Methods in com.biglybt.core.subs.impl with parameters of type SubscriptionLookupListener Modifier and Type Method Description SubscriptionAssociationLookup
SubscriptionManagerImpl. lookupAssociations(byte[] hash, SubscriptionLookupListener listener)
SubscriptionAssociationLookup
SubscriptionManagerImpl. lookupAssociations(byte[] hash, java.lang.String description, SubscriptionLookupListener listener)
SubscriptionAssociationLookup
SubscriptionManagerImpl. lookupAssociations(byte[] hash, java.lang.String description, java.lang.String[] networks, SubscriptionLookupListener listener)
private SubscriptionAssociationLookup
SubscriptionManagerImpl. lookupAssociations(DHTPluginInterface dht_plugin, byte[] hash, java.lang.String description, SubscriptionLookupListener listener)
protected SubscriptionAssociationLookup
SubscriptionManagerImpl. lookupAssociationsSupport(DHTPluginInterface dht_plugin, byte[] hash, java.lang.String description, SubscriptionLookupListener _listener)
-
Uses of SubscriptionLookupListener in com.biglybt.ui.swt.subscriptions
Classes in com.biglybt.ui.swt.subscriptions that implement SubscriptionLookupListener Modifier and Type Class Description class
SubscriptionListWindow
-