|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.unikassel.android.sdcframework.preferences.SensorDeviceConfigurationChangeEventImpl
public final class SensorDeviceConfigurationChangeEventImpl
Implementation of the sensor device configuration change event.
This class will be used by the
configuration update
visitor to transport the changed device configurations.
Field Summary | |
---|---|
private SensorDeviceConfiguration |
configuration
The device configuration update |
private SensorDeviceIdentifier |
identifier
The device identifier |
Constructor Summary | |
---|---|
private |
SensorDeviceConfigurationChangeEventImpl()
Constructor |
|
SensorDeviceConfigurationChangeEventImpl(SensorDeviceConfiguration configuration,
SensorDeviceIdentifier identifier)
Constructor |
Method Summary | |
---|---|
SensorDeviceConfiguration |
getConfiguration()
Getter for the updated configuration, related to the Android preference |
SensorDeviceIdentifier |
getDeviceIdentifier()
Getter for the sensor device identifier this update is for |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final SensorDeviceConfiguration configuration
private final SensorDeviceIdentifier identifier
Constructor Detail |
---|
private SensorDeviceConfigurationChangeEventImpl()
public SensorDeviceConfigurationChangeEventImpl(SensorDeviceConfiguration configuration, SensorDeviceIdentifier identifier)
configuration
- the device configurationidentifier
- the device identifierMethod Detail |
---|
public final SensorDeviceIdentifier getDeviceIdentifier()
SensorDeviceConfigurationChangeEvent
getDeviceIdentifier
in interface SensorDeviceConfigurationChangeEvent
public final SensorDeviceConfiguration getConfiguration()
ConfigurationChangeEvent
getConfiguration
in interface ConfigurationChangeEvent<SensorDeviceConfiguration>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |