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

Packages that use ConfigurationChangeEvent
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 ConfigurationChangeEvent in de.unikassel.android.sdcframework.preferences
 

Classes in de.unikassel.android.sdcframework.preferences that implement ConfigurationChangeEvent
 class LogLevelConfigurationChangeEventImpl
          Implementation of the configuration change event for the log level.
 class SensorDeviceConfigurationChangeEventImpl
          Implementation of the sensor device configuration change event.
 class ServiceConfigurationChangeEventImpl
          Implementation of the service configuration change event.
 class TimeProviderConfigurationChangeEventImpl
          The implementation of the time provider configuration change event
 

Fields in de.unikassel.android.sdcframework.preferences with type parameters of type ConfigurationChangeEvent
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 ConfigurationChangeEvent
 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 ConfigurationChangeEvent
 void ApplicationPreferenceManagerImpl.registerEventObserver(EventObserver<? extends ConfigurationChangeEvent<? extends Configuration>> observer)
           
 void ApplicationPreferenceManagerImpl.unregisterEventObserver(EventObserver<? extends ConfigurationChangeEvent<? extends Configuration>> observer)
           
 

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

Subinterfaces of ConfigurationChangeEvent in de.unikassel.android.sdcframework.preferences.facade
 interface LogLevelConfigurationChangeEvent
          Interface for the log level configuration change event.
 interface SensorDeviceConfigurationChangeEvent
          Interface for sensor device configuration change events.
 interface ServiceConfigurationChangeEvent
          Interface for the service configuration change event.
 interface TimeProviderConfigurationChangeEvent
          Interface for the time provider configuration change event.