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

Packages that use SensorDeviceConfigurationChangeEvent
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.service Does contain the service management related classes. 
 

Uses of SensorDeviceConfigurationChangeEvent in de.unikassel.android.sdcframework.devices
 

Fields in de.unikassel.android.sdcframework.devices declared as SensorDeviceConfigurationChangeEvent
(package private)  SensorDeviceConfigurationChangeEvent SensorDeviceConfigurationUpdateVisitor.update
          the configuration update
 

Methods in de.unikassel.android.sdcframework.devices that return SensorDeviceConfigurationChangeEvent
 SensorDeviceConfigurationChangeEvent SensorDeviceConfigurationUpdateVisitor.getUpdate()
          Getter for the configuration update
 

Methods in de.unikassel.android.sdcframework.devices with parameters of type SensorDeviceConfigurationChangeEvent
private  void SensorDeviceConfigurationUpdateVisitor.setUpdate(SensorDeviceConfigurationChangeEvent update)
          Setter for the configuration update
 

Constructors in de.unikassel.android.sdcframework.devices with parameters of type SensorDeviceConfigurationChangeEvent
SensorDeviceConfigurationUpdateVisitor(SensorDeviceConfigurationChangeEvent update, Context context)
          Constructor
 

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

Classes in de.unikassel.android.sdcframework.preferences that implement SensorDeviceConfigurationChangeEvent
 class SensorDeviceConfigurationChangeEventImpl
          Implementation of the sensor device configuration change event.
 

Uses of SensorDeviceConfigurationChangeEvent in de.unikassel.android.sdcframework.service
 

Fields in de.unikassel.android.sdcframework.service with type parameters of type SensorDeviceConfigurationChangeEvent
private  EventObserver<SensorDeviceConfigurationChangeEvent> ServiceManagerImpl.deviceConfigEventObserver
          The sensor device configuration change event observer.
 

Methods in de.unikassel.android.sdcframework.service that return types with arguments of type SensorDeviceConfigurationChangeEvent
private  EventObserver<SensorDeviceConfigurationChangeEvent> ServiceManagerImpl.getDeviceConfigurationEventObserver()
          Getter for the sensor device configuration event observer
 

Methods in de.unikassel.android.sdcframework.service with parameters of type SensorDeviceConfigurationChangeEvent
private  void ServiceManagerImpl.handleDeviceConfigurationChange(SensorDeviceConfigurationChangeEvent deviceChangeEvent)
          Handler for sensor device configuration changes
 

Method parameters in de.unikassel.android.sdcframework.service with type arguments of type SensorDeviceConfigurationChangeEvent
private  void ServiceManagerImpl.setDeviceConfigurationEventObserver(EventObserver<SensorDeviceConfigurationChangeEvent> deviceConfigEventObserver)
          Setter for the sensor device configuration event observer