Uses of Interface
de.unikassel.android.sdcframework.preferences.facade.UpdatableConfiguration

Packages that use UpdatableConfiguration
de.unikassel.android.sdcframework.preferences Provides the classes to manage preferences, service configurations values and defaults. 
de.unikassel.android.sdcframework.preferences.facade Provides the interfaces for the preference package. 
de.unikassel.android.sdcframework.transmission.facade Provides the interfaces for the transmission package. 
 

Uses of UpdatableConfiguration in de.unikassel.android.sdcframework.preferences
 

Classes in de.unikassel.android.sdcframework.preferences that implement UpdatableConfiguration
 class SensorDeviceConfigurationImpl
          Basic implementation of the sensor device configuration interface.
 class ServiceConfigurationImpl
          Implementation of the service configuration.
 class TimeProviderConfigurationImpl
          The implementation of the NTP time provider configuration.
 class TransmissionConfigurationImpl
          Implementation of the configuration for the transmission module.
 class TransmissionProtocolConfigurationImpl
          Implementation of the configuration for a transmission protocol.
 

Uses of UpdatableConfiguration in de.unikassel.android.sdcframework.preferences.facade
 

Subinterfaces of UpdatableConfiguration in de.unikassel.android.sdcframework.preferences.facade
 interface SensorDeviceConfiguration
          Interface for the sensor device configuration, which does extend the device scanner configuration.
 interface ServiceConfiguration
          The configuration for the framework service and persistence module.
 interface TimeProviderConfiguration
          Interface for the configuration of an NTP time provider.
 interface TransmissionConfiguration
          The configuration for the transmission module.
 interface TransmissionProtocolConfiguration
          The configuration for a transmission protocol.
 

Uses of UpdatableConfiguration in de.unikassel.android.sdcframework.transmission.facade
 

Classes in de.unikassel.android.sdcframework.transmission.facade with type parameters of type UpdatableConfiguration
 interface UpdatableTransmissionComponent<T extends UpdatableConfiguration<T>>
          Interface for components in the transmission package, which can be updated by a configuration.