Uses of Interface
de.unikassel.android.sdcframework.util.facade.DelegatingSampleObserver

Packages that use DelegatingSampleObserver
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.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.util Does contain utility classes and interfaces. 
de.unikassel.android.sdcframework.util.facade Provides the interfaces for the util package. 
 

Uses of DelegatingSampleObserver in de.unikassel.android.sdcframework.broadcast
 

Classes in de.unikassel.android.sdcframework.broadcast that implement DelegatingSampleObserver
 class SampleBroadcastServiceImpl
          Implementation of the sample broadcast service interface.
 

Uses of DelegatingSampleObserver in de.unikassel.android.sdcframework.broadcast.facade
 

Subinterfaces of DelegatingSampleObserver in de.unikassel.android.sdcframework.broadcast.facade
 interface SampleBroadcastService
          Interface for the sample broadcast service class.
 

Uses of DelegatingSampleObserver in de.unikassel.android.sdcframework.persistence
 

Classes in de.unikassel.android.sdcframework.persistence that implement DelegatingSampleObserver
 class PersistentStorageManagerImpl
          The persistent storage manager does provide the persistent storage feature for the framework.
 

Uses of DelegatingSampleObserver in de.unikassel.android.sdcframework.persistence.facade
 

Subinterfaces of DelegatingSampleObserver in de.unikassel.android.sdcframework.persistence.facade
 interface PersistentStorageManager
          Interface for the persistent storage manager an asynchronous sample observer, responsible for the persistent storage task.
 

Uses of DelegatingSampleObserver in de.unikassel.android.sdcframework.util
 

Classes in de.unikassel.android.sdcframework.util that implement DelegatingSampleObserver
 class AbstractAsynchrounousSampleObserver
          Abstract base class for asynchronous working sample observer components, which do depend on the service life cycle.

Main features:
can be attached as observer for samples, does maintain an event collector to store observed samples in a thread safe queue for further processing, does run asynchronously as daemon worker thread, does implement the life cycle object behavior. Can be extended to implement a specific kind of sample data processing in the AbstractWorkerThread.doWork() method of the thread.
 

Uses of DelegatingSampleObserver in de.unikassel.android.sdcframework.util.facade
 

Subinterfaces of DelegatingSampleObserver in de.unikassel.android.sdcframework.util.facade
 interface AsynchrounousSampleObserver
          Interface for asynchronous sample observers depending on the service life cycle.