Uses of Package
de.unikassel.android.sdcframework.util.facade

Packages that use de.unikassel.android.sdcframework.util.facade
de.unikassel.android.sdcframework.app Provides the classes for the service controller and preference activities as well as the service class itself. 
de.unikassel.android.sdcframework.broadcast Provides all broadcast related classes. 
de.unikassel.android.sdcframework.broadcast.facade Provides the interfaces for the broadcast package. 
de.unikassel.android.sdcframework.data Does contain the classes and interfaces covering the data sample part as well as the service configuration data classes. 
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.devices.facade Provides the interfaces for the device package. 
de.unikassel.android.sdcframework.persistence The classes providing the service for persistent storage of samples on the device. 
de.unikassel.android.sdcframework.persistence.facade Provides the interfaces for the persistence package. 
de.unikassel.android.sdcframework.preferences Provides the classes to manage preferences, service configurations values and defaults. 
de.unikassel.android.sdcframework.preferences.facade Provides the interfaces for the preference package. 
de.unikassel.android.sdcframework.service Does contain the service management related classes. 
de.unikassel.android.sdcframework.service.facade Provides the interfaces for the service package. 
de.unikassel.android.sdcframework.transmission The classes providing the service for the transfer of stored samples to a remote server. 
de.unikassel.android.sdcframework.transmission.facade Provides the interfaces for the transmission package. 
de.unikassel.android.sdcframework.util Does contain utility classes and interfaces. 
de.unikassel.android.sdcframework.util.facade Provides the interfaces for the util package. 
 

Classes in de.unikassel.android.sdcframework.util.facade used by de.unikassel.android.sdcframework.app
EventObserver
          Interface for event observers.
ObservableEventSource
          Interface for classes creating observable events * .
 

Classes in de.unikassel.android.sdcframework.util.facade used by de.unikassel.android.sdcframework.broadcast
AsynchrounousSampleObserver
          Interface for asynchronous sample observers depending on the service life cycle.
DelegatingSampleObserver
          Interface for delegating sample observers.
EventObserver
          Interface for event observers.
LifeCycleObject
          Interface for types sharing the Android service or activity life cycle.
ObservableEventSource
          Interface for classes creating observable events * .
ObserverRegistration
          Interface for classes allowing the registration of event observers.
A class implementing this interface will usually delegate to other classes implementing the ObservableEventSource interface.
WorkerThread
          Interface for worker threads.
 

Classes in de.unikassel.android.sdcframework.util.facade used by de.unikassel.android.sdcframework.broadcast.facade
AsynchrounousSampleObserver
          Interface for asynchronous sample observers depending on the service life cycle.
DelegatingSampleObserver
          Interface for delegating sample observers.
EventObserver
          Interface for event observers.
LifeCycleObject
          Interface for types sharing the Android service or activity life cycle.
WorkerThread
          Interface for worker threads.
 

Classes in de.unikassel.android.sdcframework.util.facade used by de.unikassel.android.sdcframework.data
BroadcastableEvent
          Interface for events which can be broadcasted in the form of an Android Intent.
ObservableEvent
          Interface for observable event types.
ObservableEventCollection
          Interface for an observable event collection type.
 

Classes in de.unikassel.android.sdcframework.util.facade used by de.unikassel.android.sdcframework.devices
EventObserver
          Interface for event observers.
LifeCycleObject
          Interface for types sharing the Android service or activity life cycle.
ObservableEventSource
          Interface for classes creating observable events * .
ObserverRegistration
          Interface for classes allowing the registration of event observers.
A class implementing this interface will usually delegate to other classes implementing the ObservableEventSource interface.
TimeProviderEvent
          Interface for time provider events.
WorkerThread
          Interface for worker threads.
 

Classes in de.unikassel.android.sdcframework.util.facade used by de.unikassel.android.sdcframework.devices.facade
LifeCycleObject
          Interface for types sharing the Android service or activity life cycle.
ObservableEventSource
          Interface for classes creating observable events * .
ObserverRegistration
          Interface for classes allowing the registration of event observers.
A class implementing this interface will usually delegate to other classes implementing the ObservableEventSource interface.
 

Classes in de.unikassel.android.sdcframework.util.facade used by de.unikassel.android.sdcframework.persistence
AsynchrounousSampleObserver
          Interface for asynchronous sample observers depending on the service life cycle.
ChainWorker
          Interface for processors in a Chain of Responsibility.
DelegatingSampleObserver
          Interface for delegating sample observers.
LifeCycleObject
          Interface for types sharing the Android service or activity life cycle.
WorkerThread
          Interface for worker threads.
 

Classes in de.unikassel.android.sdcframework.util.facade used by de.unikassel.android.sdcframework.persistence.facade
AsynchrounousSampleObserver
          Interface for asynchronous sample observers depending on the service life cycle.
ChainWorker
          Interface for processors in a Chain of Responsibility.
DelegatingSampleObserver
          Interface for delegating sample observers.
LifeCycleObject
          Interface for types sharing the Android service or activity life cycle.
WorkerThread
          Interface for worker threads.
 

Classes in de.unikassel.android.sdcframework.util.facade used by de.unikassel.android.sdcframework.preferences
ArchiveTypes
          Enumeration of the known archive types for file compression.
EventObserver
          Interface for event observers.
LogLevel
          Enumeration of the known log levels.
ObservableEvent
          Interface for observable event types.
ObservableEventSource
          Interface for classes creating observable events * .
ObserverRegistration
          Interface for classes allowing the registration of event observers.
A class implementing this interface will usually delegate to other classes implementing the ObservableEventSource interface.
TimeProviderErrorStrategyDescription
          The time provider error strategy types (used as desc ription as well).
 

Classes in de.unikassel.android.sdcframework.util.facade used by de.unikassel.android.sdcframework.preferences.facade
ArchiveTypes
          Enumeration of the known archive types for file compression.
LogLevel
          Enumeration of the known log levels.
ObservableEvent
          Interface for observable event types.
ObserverRegistration
          Interface for classes allowing the registration of event observers.
A class implementing this interface will usually delegate to other classes implementing the ObservableEventSource interface.
TimeProviderErrorStrategyDescription
          The time provider error strategy types (used as desc ription as well).
 

Classes in de.unikassel.android.sdcframework.util.facade used by de.unikassel.android.sdcframework.service
EventObserver
          Interface for event observers.
LifeCycleObject
          Interface for types sharing the Android service or activity life cycle.
NetworkStateChangeEvent
          Interface for an observable network state change event.
ObservableEventSource
          Interface for classes creating observable events * .
TimeProviderErrorStrategy
          Interface for strategies to handle time provider failures.
TimeProviderErrorStrategyDescription
          The time provider error strategy types (used as desc ription as well).
TimeProviderEvent
          Interface for time provider events.
 

Classes in de.unikassel.android.sdcframework.util.facade used by de.unikassel.android.sdcframework.service.facade
LifeCycleObject
          Interface for types sharing the Android service or activity life cycle.
 

Classes in de.unikassel.android.sdcframework.util.facade used by de.unikassel.android.sdcframework.transmission
ChainWorker
          Interface for processors in a Chain of Responsibility.
EventObserver
          Interface for event observers.
FileEncryptionStrategy
          Interface for file encryption strategies.
LifeCycleObject
          Interface for types sharing the Android service or activity life cycle.
NetworkStateChangeEvent
          Interface for an observable network state change event.
ObservableEventSource
          Interface for classes creating observable events * .
ObserverRegistration
          Interface for classes allowing the registration of event observers.
A class implementing this interface will usually delegate to other classes implementing the ObservableEventSource interface.
WorkerThread
          Interface for worker threads.
 

Classes in de.unikassel.android.sdcframework.util.facade used by de.unikassel.android.sdcframework.transmission.facade
ChainWorker
          Interface for processors in a Chain of Responsibility.
LifeCycleObject
          Interface for types sharing the Android service or activity life cycle.
ObservableEvent
          Interface for observable event types.
ObservableEventSource
          Interface for classes creating observable events * .
ObserverRegistration
          Interface for classes allowing the registration of event observers.
A class implementing this interface will usually delegate to other classes implementing the ObservableEventSource interface.
WorkerThread
          Interface for worker threads.
 

Classes in de.unikassel.android.sdcframework.util.facade used by de.unikassel.android.sdcframework.util
AsynchrounousSampleObserver
          Interface for asynchronous sample observers depending on the service life cycle.
BroadcastableEvent
          Interface for events which can be broadcasted in the form of an Android Intent.
ChainWorker
          Interface for processors in a Chain of Responsibility.
CompressionStrategy
          Interface for compression strategiy types.
DelegatingSampleObserver
          Interface for delegating sample observers.
EventCollector
          Interface for event collectors.
EventDispatcher
          Interface for event dispatchers.
EventError
          Representation of event errors.
EventErrorTypes
          Enumeration of possible event error types.
EventObserver
          Interface for event observers.
ExternalStorageStateChangeEvent
          Interface for the observable external storage state change event.
FileEncryptionStrategy
          Interface for file encryption strategies.
LifeCycleObject
          Interface for types sharing the Android service or activity life cycle.
LogLevel
          Enumeration of the known log levels.
NetworkStateChangeEvent
          Interface for an observable network state change event.
ObservableEvent
          Interface for observable event types.
ObservableEventSource
          Interface for classes creating observable events * .
ObserverRegistration
          Interface for classes allowing the registration of event observers.
A class implementing this interface will usually delegate to other classes implementing the ObservableEventSource interface.
TimeProviderErrorStrategy
          Interface for strategies to handle time provider failures.
TimeProviderErrorStrategyDescription
          The time provider error strategy types (used as desc ription as well).
TimeProviderEvent
          Interface for time provider events.
WorkerThread
          Interface for worker threads.
 

Classes in de.unikassel.android.sdcframework.util.facade used by de.unikassel.android.sdcframework.util.facade
ArchiveTypes
          Enumeration of the known archive types for file compression.
ChainWorker
          Interface for processors in a Chain of Responsibility.
DelegatingSampleObserver
          Interface for delegating sample observers.
EventCollector
          Interface for event collectors.
EventErrorTypes
          Enumeration of possible event error types.
EventObserver
          Interface for event observers.
LifeCycleObject
          Interface for types sharing the Android service or activity life cycle.
LogLevel
          Enumeration of the known log levels.
ObservableEvent
          Interface for observable event types.
ObservableEventSource
          Interface for classes creating observable events * .
ObserverRegistration
          Interface for classes allowing the registration of event observers.
A class implementing this interface will usually delegate to other classes implementing the ObservableEventSource interface.
TimeProviderErrorStrategyDescription
          The time provider error strategy types (used as desc ription as well).
WorkerThread
          Interface for worker threads.