Uses of Interface
de.unikassel.android.sdcframework.app.facade.ISDCService

Packages that use ISDCService
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.app.facade Provides the interfaces for the application package. 
de.unikassel.android.sdcframework.service Does contain the service management related classes. 
 

Uses of ISDCService in de.unikassel.android.sdcframework.app
 

Fields in de.unikassel.android.sdcframework.app declared as ISDCService
private  ISDCService SDCServiceController.service
          Reference to a running service when bound.
 

Methods in de.unikassel.android.sdcframework.app that return ISDCService
 ISDCService SDCServiceController.getService()
          Getter for the service
 

Methods in de.unikassel.android.sdcframework.app with parameters of type ISDCService
 void SDCServiceController.setService(ISDCService service)
          Setter for the service
 

Uses of ISDCService in de.unikassel.android.sdcframework.app.facade
 

Classes in de.unikassel.android.sdcframework.app.facade that implement ISDCService
static class ISDCService.Stub
          Local-side IPC implementation stub class.
private static class ISDCService.Stub.Proxy
           
 

Methods in de.unikassel.android.sdcframework.app.facade that return ISDCService
static ISDCService ISDCService.Stub.asInterface(IBinder obj)
          Cast an IBinder object into an de.unikassel.android.sdcframework.app.facade.ISDCService interface, generating a proxy if needed.
 

Uses of ISDCService in de.unikassel.android.sdcframework.service
 

Fields in de.unikassel.android.sdcframework.service declared as ISDCService
private  ISDCService SDCServiceConnectionHolder.sdcService
          The service interface
 

Methods in de.unikassel.android.sdcframework.service that return ISDCService
private  ISDCService SDCServiceConnectionHolder.getSdcService()
          Getter for the sdcService
 

Methods in de.unikassel.android.sdcframework.service with parameters of type ISDCService
 void SDCServiceConnectionHolder.ServiceConnectionEventReceiver.onAboutToDisconnect(ISDCService sdcService)
          This event is raised right before connection will be closed
 void SDCServiceConnectionHolder.ServiceConnectionEventReceiver.onConnectionEstablished(ISDCService sdcService)
          This event is raised on connection establishment
private  void SDCServiceConnectionHolder.setSdcService(ISDCService sdcService)
          Setter for the sdcService