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

Package class diagram package AsynchrounousSampleObserver
All Superinterfaces:
DelegatingSampleObserver, LifeCycleObject, WorkerThread
All Known Subinterfaces:
PersistentStorageManager, SampleBroadcastService
All Known Implementing Classes:
AbstractAsynchrounousSampleObserver, PersistentStorageManagerImpl, SampleBroadcastServiceImpl

public interface AsynchrounousSampleObserver
extends WorkerThread, LifeCycleObject, DelegatingSampleObserver

Interface for asynchronous sample observers depending on the service life cycle.

See Also:
PersistentStorageManagerImpl, SampleBroadcastServiceImpl

Method Summary
 
Methods inherited from interface de.unikassel.android.sdcframework.util.facade.WorkerThread
doTerminate, hasTerminated, isLogging, isWorking, setLogging, startWork, stopWork
 
Methods inherited from interface de.unikassel.android.sdcframework.util.facade.LifeCycleObject
onCreate, onDestroy, onPause, onResume
 
Methods inherited from interface de.unikassel.android.sdcframework.util.facade.DelegatingSampleObserver
getObserver