de.unikassel.android.sdcframework.devices
Class NetworkLocationDeviceScanner
java.lang.Object
de.unikassel.android.sdcframework.util.ObservableEventSourceImpl<Sample>
de.unikassel.android.sdcframework.devices.AbstractSensorDeviceScanner
de.unikassel.android.sdcframework.devices.SampleTakingDeviceScanner
de.unikassel.android.sdcframework.devices.NetworkLocationDeviceScanner
- All Implemented Interfaces:
- SensorDeviceScanner, ObservableEventSource<Sample>, ObserverRegistration<Sample>
public final class NetworkLocationDeviceScanner
- extends SampleTakingDeviceScanner
Implementation of a network location sensor device scanner which is a sample taking
device Scanner.
Important:
Due to the special update behavior, the frequency between updates may be
differ over the time. There's no guarantee from OS side to get updates as
fast as requested.
Samples will be taken as fast as possible, if the configured frequency can not
be reached.
- See Also:
SampleTakingDeviceScanner
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NetworkLocationDeviceScanner
public NetworkLocationDeviceScanner()
- Constructor