Uses of Interface
com.biglybt.pif.sharing.ShareManagerListener
-
-
Uses of ShareManagerListener in com.biglybt.pif.sharing
Methods in com.biglybt.pif.sharing with parameters of type ShareManagerListener Modifier and Type Method Description void
ShareManager. addListener(ShareManagerListener listener)
void
ShareManager. removeListener(ShareManagerListener listener)
-
Uses of ShareManagerListener in com.biglybt.pifimpl.local.sharing
Fields in com.biglybt.pifimpl.local.sharing with type parameters of type ShareManagerListener Modifier and Type Field Description private java.util.List<ShareManagerListener>
ShareManagerImpl. listeners
Methods in com.biglybt.pifimpl.local.sharing with parameters of type ShareManagerListener Modifier and Type Method Description void
ShareManagerImpl. addListener(ShareManagerListener l)
void
ShareManagerImpl. removeListener(ShareManagerListener l)
-
Uses of ShareManagerListener in com.biglybt.plugin.sharing.hoster
Classes in com.biglybt.plugin.sharing.hoster that implement ShareManagerListener Modifier and Type Class Description class
ShareHosterPlugin
-
Uses of ShareManagerListener in com.biglybt.ui.swt.sharing.progress
Classes in com.biglybt.ui.swt.sharing.progress that implement ShareManagerListener Modifier and Type Class Description class
ProgressWindow
-
Uses of ShareManagerListener in com.biglybt.ui.swt.shells.main
Fields in com.biglybt.ui.swt.shells.main declared as ShareManagerListener Modifier and Type Field Description private static ShareManagerListener
MainMDISetup. shareManagerListener
private static ShareManagerListener
MainMDISetup. shareManagerListener2
-
Uses of ShareManagerListener in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement ShareManagerListener Modifier and Type Class Description class
MySharesView
-