Uses of Interface
com.biglybt.platform.PlatformManagerListener
-
Packages that use PlatformManagerListener Package Description com.biglybt.platform com.biglybt.platform.dummy com.biglybt.platform.macosx com.biglybt.platform.unix com.biglybt.platform.win32 -
-
Uses of PlatformManagerListener in com.biglybt.platform
Methods in com.biglybt.platform with parameters of type PlatformManagerListener Modifier and Type Method Description void
PlatformManager. addListener(PlatformManagerListener listener)
void
PlatformManager. removeListener(PlatformManagerListener listener)
-
Uses of PlatformManagerListener in com.biglybt.platform.dummy
Methods in com.biglybt.platform.dummy with parameters of type PlatformManagerListener Modifier and Type Method Description void
PlatformManagerImpl. addListener(PlatformManagerListener listener)
void
PlatformManagerImpl. removeListener(PlatformManagerListener listener)
-
Uses of PlatformManagerListener in com.biglybt.platform.macosx
Methods in com.biglybt.platform.macosx with parameters of type PlatformManagerListener Modifier and Type Method Description void
PlatformManagerImpl. addListener(PlatformManagerListener listener)
void
PlatformManagerImpl. removeListener(PlatformManagerListener listener)
-
Uses of PlatformManagerListener in com.biglybt.platform.unix
Methods in com.biglybt.platform.unix with parameters of type PlatformManagerListener Modifier and Type Method Description void
PlatformManagerImpl. addListener(PlatformManagerListener listener)
void
PlatformManagerImpl. removeListener(PlatformManagerListener listener)
-
Uses of PlatformManagerListener in com.biglybt.platform.win32
Methods in com.biglybt.platform.win32 with parameters of type PlatformManagerListener Modifier and Type Method Description void
PlatformManagerImpl. addListener(PlatformManagerListener listener)
void
PlatformManagerImpl. removeListener(PlatformManagerListener listener)
-