Uses of Interface
com.biglybt.core.subs.SubscriptionManager
-
Packages that use SubscriptionManager Package Description com.biglybt.core.subs com.biglybt.core.subs.impl -
-
Uses of SubscriptionManager in com.biglybt.core.subs
Fields in com.biglybt.core.subs declared as SubscriptionManager Modifier and Type Field Description private static SubscriptionManager
SubscriptionManagerFactory. singleton
Fields in com.biglybt.core.subs with type parameters of type SubscriptionManager Modifier and Type Field Description private static java.lang.Class<SubscriptionManager>
SubscriptionManagerFactory. impl_class
Methods in com.biglybt.core.subs that return SubscriptionManager Modifier and Type Method Description SubscriptionManager
Subscription. getManager()
static SubscriptionManager
SubscriptionManagerFactory. getSingleton()
-
Uses of SubscriptionManager in com.biglybt.core.subs.impl
Classes in com.biglybt.core.subs.impl that implement SubscriptionManager Modifier and Type Class Description class
SubscriptionManagerImpl
Methods in com.biglybt.core.subs.impl that return SubscriptionManager Modifier and Type Method Description SubscriptionManager
SubscriptionImpl. getManager()
static SubscriptionManager
SubscriptionManagerImpl. getSingleton(boolean stand_alone)
-