Uses of Interface
com.biglybt.core.subs.SubscriptionManagerListener
-
Packages that use SubscriptionManagerListener Package Description com.biglybt.core.subs com.biglybt.core.subs.impl com.biglybt.ui.swt.subscriptions -
-
Uses of SubscriptionManagerListener in com.biglybt.core.subs
Methods in com.biglybt.core.subs with parameters of type SubscriptionManagerListener Modifier and Type Method Description void
SubscriptionManager. addListener(SubscriptionManagerListener listener)
void
SubscriptionManager. removeListener(SubscriptionManagerListener listener)
-
Uses of SubscriptionManagerListener in com.biglybt.core.subs.impl
Classes in com.biglybt.core.subs.impl that implement SubscriptionManagerListener Modifier and Type Class Description class
SubscriptionSchedulerImpl
Fields in com.biglybt.core.subs.impl with type parameters of type SubscriptionManagerListener Modifier and Type Field Description private CopyOnWriteList<SubscriptionManagerListener>
SubscriptionManagerImpl. listeners
Methods in com.biglybt.core.subs.impl with parameters of type SubscriptionManagerListener Modifier and Type Method Description void
SubscriptionManagerImpl. addListener(SubscriptionManagerListener listener)
void
SubscriptionManagerImpl. removeListener(SubscriptionManagerListener listener)
-
Uses of SubscriptionManagerListener in com.biglybt.ui.swt.subscriptions
Classes in com.biglybt.ui.swt.subscriptions that implement SubscriptionManagerListener Modifier and Type Class Description class
SubscriptionsView
Fields in com.biglybt.ui.swt.subscriptions declared as SubscriptionManagerListener Modifier and Type Field Description private SubscriptionManagerListener
SubscriptionManagerUI. subman_listener_delayed
private SubscriptionManagerListener
SubscriptionManagerUI. subman_listener_quick
-