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 TypeMethodDescriptionvoidSubscription.addListener(SubscriptionListener l) voidSubscription.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_aggregatorprivate final ListenerManager<SubscriptionListener> SubscriptionImpl.listenersMethods in com.biglybt.core.subs.impl with parameters of type SubscriptionListenerModifier and TypeMethodDescriptionvoidSubscriptionImpl.addListener(SubscriptionListener l) voidSubscriptionImpl.removeListener(SubscriptionListener l) -
Uses of SubscriptionListener in com.biglybt.ui.swt.subscriptions
Classes in com.biglybt.ui.swt.subscriptions that implement SubscriptionListener