Uses of Interface
com.biglybt.pif.ui.UIDataSourceListener
-
Packages that use UIDataSourceListener Package Description com.biglybt.pif.ui com.biglybt.pifimpl.local.ui -
-
Uses of UIDataSourceListener in com.biglybt.pif.ui
Methods in com.biglybt.pif.ui with parameters of type UIDataSourceListener Modifier and Type Method Description void
UIManager. addDataSourceListener(UIDataSourceListener l, boolean triggerNow)
void
UIManager. removeDataSourceListener(UIDataSourceListener l)
-
Uses of UIDataSourceListener in com.biglybt.pifimpl.local.ui
Fields in com.biglybt.pifimpl.local.ui with type parameters of type UIDataSourceListener Modifier and Type Field Description private static java.util.ArrayList<UIDataSourceListener>
UIManagerImpl. listDSListeners
Methods in com.biglybt.pifimpl.local.ui with parameters of type UIDataSourceListener Modifier and Type Method Description void
UIManagerImpl. addDataSourceListener(UIDataSourceListener l, boolean triggerNow)
void
UIManagerImpl. removeDataSourceListener(UIDataSourceListener l)
-