|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObservableEventSourceImpl | |
---|---|
de.unikassel.android.sdcframework.broadcast | Provides all broadcast related classes. |
de.unikassel.android.sdcframework.devices | Does contain the sensor device specific classes, like the sensor devices, the device manager and the device factory. |
de.unikassel.android.sdcframework.preferences | Provides the classes to manage preferences, service configurations values and defaults. |
de.unikassel.android.sdcframework.util | Does contain utility classes and interfaces. |
Uses of ObservableEventSourceImpl in de.unikassel.android.sdcframework.broadcast |
---|
Fields in de.unikassel.android.sdcframework.broadcast declared as ObservableEventSourceImpl | |
---|---|
private ObservableEventSourceImpl<BatteryLowEvent> |
BatteryLowStateObserver.eventSource
The observable event source |
private ObservableEventSourceImpl<SampleCollection> |
SampleListener.sampleSource
The internal observable SampleCollection source |
Uses of ObservableEventSourceImpl in de.unikassel.android.sdcframework.devices |
---|
Subclasses of ObservableEventSourceImpl in de.unikassel.android.sdcframework.devices | |
---|---|
class |
AbstractSensorDeviceScanner
|
class |
AccelerometerDeviceScanner
Implementation of the accelerometer sensor device scanner as sample taking device Scanner. |
class |
AudioDeviceScanner
Implementation of the virtual audio sensor device scanner. |
class |
BluetoothDeviceScanner
Implementation of the bluetooth sensor device scanner. |
class |
ContentProviderDeviceScanner
Abstract base class for content provider based device scanner types. |
class |
GPSDeviceScanner
Implementation of the GPS sensor device scanner which is a sample taking device Scanner. |
class |
GSMDeviceScanner
Implementation of the GSM sensor device scanner, which is a sample taking device Scanner. |
class |
GyroscopeDeviceScanner
Implementation of the gyroscope sensor device scanner as sample taking device Scanner. |
class |
LightDeviceScanner
Implementation of the light sensor device scanner as sample taking device Scanner. |
class |
MagneticFieldDeviceScanner
Implementation of the magnetic field sensor device scanner as sample taking device Scanner. |
class |
NetworkLocationDeviceScanner
Implementation of a network location sensor device scanner which is a sample taking device Scanner. |
class |
OrientationDeviceScanner
Implementation of the orientation sensor device scanner as sample taking device Scanner. |
class |
PassiveSampleTakingDeviceScanner
This is a base class for a passive sample taking device scanner, which does ignore the sample frequency and is triggered by the associated device to for sampling. |
class |
PressureDeviceScanner
Implementation of the pressure sensor device scanner as sample taking device Scanner. |
class |
ProximityDeviceScanner
Implementation of the proximity sensor device scanner as sample taking device Scanner. |
class |
SampleReceivingDeviceScanner
Abstract base class for scanner types, which do receive sensor data from system broadcasts after the explicit initiation of a system scan. |
class |
SampleTakingDeviceScanner
Base class for sensor device scanner types, which do active take a sample of the associated device in the configured frequency. |
class |
TagDeviceScanner
Implementation of the sensor device scanner for tags. |
class |
TemperatureDeviceScanner
Implementation of the temperature sensor device scanner as sample taking device Scanner. |
class |
TimeProviderDeviceScanner
Implementation of the time provider synchronization state sensor device scanner as sample taking device Scanner. |
class |
TwitterDeviceScanner
Implementation of the twitter sensor device scanner. |
class |
WifiDeviceScanner
Implementation of the wifi sensor device scanner. |
Uses of ObservableEventSourceImpl in de.unikassel.android.sdcframework.preferences |
---|
Subclasses of ObservableEventSourceImpl in de.unikassel.android.sdcframework.preferences | |
---|---|
class |
ApplicationPreferenceManagerImpl.DeviceConfigurationChangeEventSource
Observable event source implementation for sensor device configuration change events |
class |
ApplicationPreferenceManagerImpl.LogLevelConfigurationChangeEventSource
Observable event source implementation for log level change events |
class |
ApplicationPreferenceManagerImpl.ServiceConfigurationChangeEventSource
Observable event source implementation for service configuration change events |
class |
ApplicationPreferenceManagerImpl.TimeProviderConfigurationChangeEventSource
Observable event source implementation for time provider change events |
Uses of ObservableEventSourceImpl in de.unikassel.android.sdcframework.util |
---|
Subclasses of ObservableEventSourceImpl in de.unikassel.android.sdcframework.util | |
---|---|
class |
TimeProvider
The internal time provider. |
Fields in de.unikassel.android.sdcframework.util declared as ObservableEventSourceImpl | |
---|---|
private ObservableEventSourceImpl<EventError> |
EventCollectorImpl.errorEventSource
The observable error event source |
Methods in de.unikassel.android.sdcframework.util that return ObservableEventSourceImpl | |
---|---|
ObservableEventSourceImpl<EventError> |
EventCollectorImpl.getErrorEventSource()
Getter for the observable error event source |
Methods in de.unikassel.android.sdcframework.util with parameters of type ObservableEventSourceImpl | |
---|---|
private void |
EventCollectorImpl.setErrorEventSource(ObservableEventSourceImpl<EventError> errorEventSource)
Setter for the observable error event source |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |