Package com.biglybt.core.subs
Interface SubscriptionLookupListener
- All Known Subinterfaces:
SubscriptionManagerImpl.subsLookupListener
- All Known Implementing Classes:
SubscriptionListWindow
public interface SubscriptionLookupListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
complete
(byte[] hash, Subscription[] subscriptions) void
failed
(byte[] hash, SubscriptionException error) void
found
(byte[] hash, Subscription subscription)
-
Method Details
-
found
-
complete
-
failed
-