de.unikassel.android.sdcframework.preferences.facade
Interface ConfigurationChangeEvent<T extends Configuration>

Package class diagram package ConfigurationChangeEvent
Type Parameters:
T - the configuration type
All Superinterfaces:
ObservableEvent
All Known Subinterfaces:
LogLevelConfigurationChangeEvent, SensorDeviceConfigurationChangeEvent, ServiceConfigurationChangeEvent, TimeProviderConfigurationChangeEvent
All Known Implementing Classes:
LogLevelConfigurationChangeEventImpl, SensorDeviceConfigurationChangeEventImpl, ServiceConfigurationChangeEventImpl, TimeProviderConfigurationChangeEventImpl

public interface ConfigurationChangeEvent<T extends Configuration>
extends ObservableEvent

Interface for observable configuration change event types to be created by the preference manager as event source. The related updated configuration can be accessed using the getConfiguration() method.


Method Summary
 T getConfiguration()
          Getter for the updated configuration, related to the Android preference
 

Method Detail

getConfiguration

T getConfiguration()
Getter for the updated configuration, related to the Android preference

Returns:
the new configuration