Package de.unikassel.android.sdcframework.preferences.facade

Package class diagram package de.unikassel.android.sdcframework.preferences.facade
Provides the interfaces for the preference package.

See:
          Description

Interface Summary
ApplicationPreferenceManager Interface for the application preference manager.
Configuration The interface for configuration types.
ConfigurationChangeEvent<T extends Configuration> Interface for observable configuration change event types to be created by the preference manager as event source.
ConfigurationChangeEventSource Interface for an observable source of configuration events.
DevicePreferencesCollection Interface for a collection of device preferences.
LogLevelConfiguration Interface for the configuration of the log level.
LogLevelConfigurationChangeEvent Interface for the log level configuration change event.
ScannerConfiguration Interface for the device scanner configuration.
SensorDeviceConfiguration Interface for the sensor device configuration, which does extend the device scanner configuration.
SensorDeviceConfigurationChangeEvent Interface for sensor device configuration change events.
SensorDevicePreferences Interface for the preferences of a single sensor device.
ServiceConfiguration The configuration for the framework service and persistence module.
ServiceConfigurationChangeEvent Interface for the service configuration change event.
ServicePreferences Interface for the preferences of the service and the persistence module.
SinglePreference<T> Generic interface for a single preference with a default value.
TimeProviderConfiguration Interface for the configuration of an NTP time provider.
TimeProviderConfigurationChangeEvent Interface for the time provider configuration change event.
TimeProviderPreference Interface for a NTP time provider preference
TransmissionConfiguration The configuration for the transmission module.
TransmissionPreference Interface for the preferences of the transmission module.
TransmissionProtocolConfiguration The configuration for a transmission protocol.
TransmissionProtocolPreference Interface for the preferences of a transmission protocol.
UpdatableConfiguration<T extends Configuration> Interface for updatable configuration types.
UUIDPreference Interface for the UUID preference.
 

Package de.unikassel.android.sdcframework.preferences.facade Description

Provides the interfaces for the preference package.