Uses of Interface
com.biglybt.ui.InitializerListener
-
Packages that use InitializerListener Package Description com.biglybt.ui com.biglybt.ui.swt com.biglybt.ui.swt.mainwindow -
-
Uses of InitializerListener in com.biglybt.ui
Methods in com.biglybt.ui with parameters of type InitializerListener Modifier and Type Method Description void
IUIIntializer. addListener(InitializerListener listener)
Add a listener that gets triggered on progress changes (tasks, percent)void
IUIIntializer. removeListener(InitializerListener listener)
Remove listener that gets triggered on progress changes (tasks, percent) -
Uses of InitializerListener in com.biglybt.ui.swt
Methods in com.biglybt.ui.swt with parameters of type InitializerListener Modifier and Type Method Description void
Initializer. addListener(InitializerListener listener)
void
Initializer. removeListener(InitializerListener listener)
-
Uses of InitializerListener in com.biglybt.ui.swt.mainwindow
Classes in com.biglybt.ui.swt.mainwindow that implement InitializerListener Modifier and Type Class Description class
SplashWindow
The initial Splash Screen shown while the client loads
-