Uses of Interface
com.biglybt.ui.swt.wizard.WizardListener
-
Packages that use WizardListener Package Description com.biglybt.ui.swt.speedtest com.biglybt.ui.swt.wizard -
-
Uses of WizardListener in com.biglybt.ui.swt.speedtest
Fields in com.biglybt.ui.swt.speedtest declared as WizardListener Modifier and Type Field Description (package private) WizardListener
SpeedTestPanel. clListener
-
Uses of WizardListener in com.biglybt.ui.swt.wizard
Fields in com.biglybt.ui.swt.wizard with type parameters of type WizardListener Modifier and Type Field Description (package private) java.util.List<WizardListener>
Wizard. listeners
Methods in com.biglybt.ui.swt.wizard with parameters of type WizardListener Modifier and Type Method Description void
Wizard. addListener(WizardListener l)
void
Wizard. removeListener(WizardListener l)
-