|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Configuration | |
---|---|
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. |
Uses of Configuration in de.unikassel.android.sdcframework.preferences |
---|
Classes in de.unikassel.android.sdcframework.preferences that implement Configuration | |
---|---|
class |
LogLevelConfigurationImpl
Implementation of the configuration for the log level. |
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. |
Fields in de.unikassel.android.sdcframework.preferences with type parameters of type Configuration | |
---|---|
private Map<Class<? extends ObservableEventSource<? extends ConfigurationChangeEvent<? extends Configuration>>>,ObservableEventSource<? extends ConfigurationChangeEvent<? extends Configuration>>> |
ApplicationPreferenceManagerImpl.mapChangeEventSource
Map to hold the supported change event sources mapped to events class name |
private Map<Class<? extends ObservableEventSource<? extends ConfigurationChangeEvent<? extends Configuration>>>,ObservableEventSource<? extends ConfigurationChangeEvent<? extends Configuration>>> |
ApplicationPreferenceManagerImpl.mapChangeEventSource
Map to hold the supported change event sources mapped to events class name |
Methods in de.unikassel.android.sdcframework.preferences that return types with arguments of type Configuration | |
---|---|
Collection<ObservableEventSource<? extends ConfigurationChangeEvent<? extends Configuration>>> |
ApplicationPreferenceManagerImpl.getObservableEventSources()
Method to get a collection of the internal observable event sources for test purpose |
Method parameters in de.unikassel.android.sdcframework.preferences with type arguments of type Configuration | |
---|---|
void |
ApplicationPreferenceManagerImpl.registerEventObserver(EventObserver<? extends ConfigurationChangeEvent<? extends Configuration>> observer)
|
void |
ApplicationPreferenceManagerImpl.unregisterEventObserver(EventObserver<? extends ConfigurationChangeEvent<? extends Configuration>> observer)
|
Uses of Configuration in de.unikassel.android.sdcframework.preferences.facade |
---|
Classes in de.unikassel.android.sdcframework.preferences.facade with type parameters of type Configuration | |
---|---|
interface |
ConfigurationChangeEvent<T extends Configuration>
Interface for observable configuration change event types to be created by the preference manager as event source. |
interface |
UpdatableConfiguration<T extends Configuration>
Interface for updatable configuration types. |
Subinterfaces of Configuration in de.unikassel.android.sdcframework.preferences.facade | |
---|---|
interface |
LogLevelConfiguration
Interface for the configuration of the log level. |
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. |
interface |
UpdatableConfiguration<T extends Configuration>
Interface for updatable configuration types. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |