Uses of Interface
com.biglybt.pif.ui.config.ParameterListener
-
Packages that use ParameterListener Package Description com.biglybt.pif.ui.config com.biglybt.pifimpl.local.ui.config com.biglybt.ui.swt.core.pairing -
-
Uses of ParameterListener in com.biglybt.pif.ui.config
Methods in com.biglybt.pif.ui.config with parameters of type ParameterListener Modifier and Type Method Description void
Parameter. addListener(ParameterListener l)
Adds a listener triggered when the parameter is changed by the uservoid
Parameter. removeListener(ParameterListener l)
Removes a previously added listener -
Uses of ParameterListener in com.biglybt.pifimpl.local.ui.config
Methods in com.biglybt.pifimpl.local.ui.config with parameters of type ParameterListener Modifier and Type Method Description void
ParameterImpl. addListener(ParameterListener l)
void
ParameterImpl. removeListener(ParameterListener l)
-
Uses of ParameterListener in com.biglybt.ui.swt.core.pairing
Fields in com.biglybt.ui.swt.core.pairing declared as ParameterListener Modifier and Type Field Description private ParameterListener
PMSWTImpl. iconEnableListener
-