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

Package class diagram package SensorDeviceConfigurationChangeEvent
All Superinterfaces:
ConfigurationChangeEvent<SensorDeviceConfiguration>, ObservableEvent
All Known Implementing Classes:
SensorDeviceConfigurationChangeEventImpl

public interface SensorDeviceConfigurationChangeEvent
extends ConfigurationChangeEvent<SensorDeviceConfiguration>

Interface for sensor device configuration change events.

A sensor device configuration change event is created by the ApplicationPreferenceManagerImpl in case of shared preference changes affecting sensor device settings.


Method Summary
 SensorDeviceIdentifier getDeviceIdentifier()
          Getter for the sensor device identifier this update is for
 
Methods inherited from interface de.unikassel.android.sdcframework.preferences.facade.ConfigurationChangeEvent
getConfiguration
 

Method Detail

getDeviceIdentifier

SensorDeviceIdentifier getDeviceIdentifier()
Getter for the sensor device identifier this update is for

Returns:
the sensor device identifier