Uses of Interface
com.biglybt.core.subs.SubscriptionListener
-
Packages that use SubscriptionListener Package Description com.biglybt.core.subs com.biglybt.core.subs.impl com.biglybt.ui.swt.subscriptions -
-
Uses of SubscriptionListener in com.biglybt.core.subs
Methods in com.biglybt.core.subs with parameters of type SubscriptionListener Modifier and Type Method Description void
Subscription. addListener(SubscriptionListener l)
void
Subscription. removeListener(SubscriptionListener l)
-
Uses of SubscriptionListener in com.biglybt.core.subs.impl
Methods in com.biglybt.core.subs.impl with parameters of type SubscriptionListener Modifier and Type Method Description void
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 Modifier and Type Class Description class
SBC_SubscriptionResultsView
class
SubscriptionMDIEntry
-