Uses of Interface
com.biglybt.core.instancemanager.ClientInstanceManagerAdapter
-
Packages that use ClientInstanceManagerAdapter Package Description com.biglybt.core.instancemanager com.biglybt.core.instancemanager.impl -
-
Uses of ClientInstanceManagerAdapter in com.biglybt.core.instancemanager
Methods in com.biglybt.core.instancemanager with parameters of type ClientInstanceManagerAdapter Modifier and Type Method Description static ClientInstanceManager
ClientInstanceManagerFactory. getSingleton(ClientInstanceManagerAdapter adapter)
-
Uses of ClientInstanceManagerAdapter in com.biglybt.core.instancemanager.impl
Fields in com.biglybt.core.instancemanager.impl declared as ClientInstanceManagerAdapter Modifier and Type Field Description private ClientInstanceManagerAdapter
ClientInstanceManagerImpl. adapter
(package private) ClientInstanceManagerAdapter
ClientMyInstanceImpl. adapter
Methods in com.biglybt.core.instancemanager.impl with parameters of type ClientInstanceManagerAdapter Modifier and Type Method Description static ClientInstanceManager
ClientInstanceManagerImpl. getSingleton(ClientInstanceManagerAdapter core)
Constructors in com.biglybt.core.instancemanager.impl with parameters of type ClientInstanceManagerAdapter Constructor Description ClientInstanceManagerImpl(ClientInstanceManagerAdapter _adapter)
ClientMyInstanceImpl(ClientInstanceManagerAdapter _adapter, ClientInstanceManagerImpl _manager)
-