Uses of Interface
com.biglybt.core.subs.SubscriptionListener
Packages that use SubscriptionListener
Package
Description
-
Uses of SubscriptionListener in com.biglybt.core.subs
Methods in com.biglybt.core.subs with parameters of type SubscriptionListenerModifier and TypeMethodDescriptionvoid
Subscription.addListener
(SubscriptionListener l) void
Subscription.removeListener
(SubscriptionListener l) -
Uses of SubscriptionListener in com.biglybt.core.subs.impl
Fields in com.biglybt.core.subs.impl with type parameters of type SubscriptionListenerModifier and TypeFieldDescriptionprivate static ListenerManager
<SubscriptionListener> SubscriptionImpl.listener_aggregator
private final ListenerManager
<SubscriptionListener> SubscriptionImpl.listeners
Methods in com.biglybt.core.subs.impl with parameters of type SubscriptionListenerModifier and TypeMethodDescriptionvoid
SubscriptionImpl.addListener
(SubscriptionListener l) void
SubscriptionImpl.removeListener
(SubscriptionListener l) -
Uses of SubscriptionListener in com.biglybt.ui.swt.subscriptions
Classes in com.biglybt.ui.swt.subscriptions that implement SubscriptionListener