Uses of Interface
com.biglybt.pif.utils.LocationProviderListener
-
Packages that use LocationProviderListener Package Description com.biglybt.pif.utils com.biglybt.pifimpl.local.utils com.biglybt.ui.swt.views.utils -
-
Uses of LocationProviderListener in com.biglybt.pif.utils
Methods in com.biglybt.pif.utils with parameters of type LocationProviderListener Modifier and Type Method Description void
Utilities. addLocationProviderListener(LocationProviderListener listener)
void
Utilities. removeLocationProviderListener(LocationProviderListener listener)
-
Uses of LocationProviderListener in com.biglybt.pifimpl.local.utils
Fields in com.biglybt.pifimpl.local.utils with type parameters of type LocationProviderListener Modifier and Type Field Description private static CopyOnWriteList<LocationProviderListener>
UtilitiesImpl. lp_listeners
Methods in com.biglybt.pifimpl.local.utils with parameters of type LocationProviderListener Modifier and Type Method Description void
UtilitiesImpl. addLocationProviderListener(LocationProviderListener listener)
void
UtilitiesImpl. removeLocationProviderListener(LocationProviderListener listener)
-
Uses of LocationProviderListener in com.biglybt.ui.swt.views.utils
Classes in com.biglybt.ui.swt.views.utils that implement LocationProviderListener Modifier and Type Class Description class
LocProvUtils
-