org.android.activityminer.app.service
Class BackgroundServiceConnectionHolder
java.lang.Object
de.unikassel.android.sdcframework.service.GenericServiceConnectionHolder<IBackgroundService>
org.android.activityminer.app.service.BackgroundServiceConnectionHolder
- All Implemented Interfaces:
- LifeCycleObject
public class BackgroundServiceConnectionHolder
- extends GenericServiceConnectionHolder<IBackgroundService>
Implementation of life cycle dependent background service connection holder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BackgroundServiceConnectionHolder
public BackgroundServiceConnectionHolder(GenericServiceConnectionHolder.ServiceConnectionEventReceiver<IBackgroundService> receiver)
- Constructor
- Parameters:
receiver
- the event receiver
extractInterface
protected IBackgroundService extractInterface(IBinder binder)
- Specified by:
extractInterface
in class GenericServiceConnectionHolder<IBackgroundService>