Uses of Interface
com.biglybt.pif.PluginManager.StartClientListener
-
Packages that use PluginManager.StartClientListener Package Description com.biglybt.pif com.biglybt.pifimpl.local -
-
Uses of PluginManager.StartClientListener in com.biglybt.pif
Methods in com.biglybt.pif with parameters of type PluginManager.StartClientListener Modifier and Type Method Description static void
PluginManager. startClient(java.lang.String ui, java.util.Properties properties, PluginManager.StartClientListener startClientListener)
Starts client. -
Uses of PluginManager.StartClientListener in com.biglybt.pifimpl.local
Methods in com.biglybt.pifimpl.local with parameters of type PluginManager.StartClientListener Modifier and Type Method Description static void
PluginManagerImpl. startClient(java.lang.String ui, java.util.Properties properties, PluginManager.StartClientListener startClientListener)
Starts client.
-