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

Packages that use AsynchrounousSampleObserver
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. 
 

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

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

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

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

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

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

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

Subinterfaces of AsynchrounousSampleObserver 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 AsynchrounousSampleObserver in de.unikassel.android.sdcframework.util
 

Classes in de.unikassel.android.sdcframework.util that implement AsynchrounousSampleObserver
 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.