Uses of Interface
com.biglybt.core.instancemanager.ClientInstanceManagerListener
-
Packages that use ClientInstanceManagerListener Package Description com.biglybt.core.instancemanager com.biglybt.core.instancemanager.impl com.biglybt.plugin.tracker.local -
-
Uses of ClientInstanceManagerListener in com.biglybt.core.instancemanager
Methods in com.biglybt.core.instancemanager with parameters of type ClientInstanceManagerListener Modifier and Type Method Description void
ClientInstanceManager. addListener(ClientInstanceManagerListener l)
void
ClientInstanceManager. removeListener(ClientInstanceManagerListener l)
-
Uses of ClientInstanceManagerListener in com.biglybt.core.instancemanager.impl
Classes in com.biglybt.core.instancemanager.impl that implement ClientInstanceManagerListener Modifier and Type Class Description class
ClientPortClashHandler
Methods in com.biglybt.core.instancemanager.impl with parameters of type ClientInstanceManagerListener Modifier and Type Method Description void
ClientInstanceManagerImpl. addListener(ClientInstanceManagerListener l)
void
ClientInstanceManagerImpl. removeListener(ClientInstanceManagerListener l)
-
Uses of ClientInstanceManagerListener in com.biglybt.plugin.tracker.local
Classes in com.biglybt.plugin.tracker.local that implement ClientInstanceManagerListener Modifier and Type Class Description class
LocalTrackerPlugin
-