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

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

Classes in de.unikassel.android.sdcframework.preferences that implement ServiceConfigurationChangeEvent
 class ServiceConfigurationChangeEventImpl
          Implementation of the service configuration change event.
 

Methods in de.unikassel.android.sdcframework.preferences that return types with arguments of type ServiceConfigurationChangeEvent
private  ObservableEventSource<ServiceConfigurationChangeEvent> ApplicationPreferenceManagerImpl.getServiceUpdateSource()
          Getter for the service update source
 

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

Fields in de.unikassel.android.sdcframework.service with type parameters of type ServiceConfigurationChangeEvent
private  EventObserver<ServiceConfigurationChangeEvent> ServiceManagerImpl.serviceConfigEventObserver
          The service configuration change event observer.
 

Methods in de.unikassel.android.sdcframework.service that return types with arguments of type ServiceConfigurationChangeEvent
 EventObserver<ServiceConfigurationChangeEvent> ServiceManagerImpl.getServiceConfigEventObserver()
          Getter for the serviceConfigEventObserver
 

Methods in de.unikassel.android.sdcframework.service with parameters of type ServiceConfigurationChangeEvent
protected  void ServiceManagerImpl.handleServiceConfigurationChange(ServiceConfigurationChangeEvent observedEvent)
          Handler for service configuration changes
 

Method parameters in de.unikassel.android.sdcframework.service with type arguments of type ServiceConfigurationChangeEvent
 void ServiceManagerImpl.setServiceConfigEventObserver(EventObserver<ServiceConfigurationChangeEvent> serviceConfigEventObserver)
          Setter for the serviceConfigEventObserver