Uses of Interface
com.dynamixsoftware.intentapi.IServiceCallback

Uses of IServiceCallback in com.dynamixsoftware.intentapi
 

Classes in com.dynamixsoftware.intentapi that implement IServiceCallback
static class IServiceCallback.Stub
          Local-side IPC implementation stub class.
 

Methods in com.dynamixsoftware.intentapi that return IServiceCallback
static IServiceCallback IServiceCallback.Stub.asInterface(android.os.IBinder obj)
          Cast an IBinder object into an com.dynamixsoftware.intentapi.IServiceCallback interface, generating a proxy if needed.
 

Methods in com.dynamixsoftware.intentapi with parameters of type IServiceCallback
 boolean IntentAPI.runService(IServiceCallback serviceCallback)
          Tries to start printing service.
 void IIntentAPI.setServiceCallback(IServiceCallback serviceCallback)
          Callback can be set for control service processes.
 void IntentAPI.stopService(IServiceCallback serviceCallback)
          Stops printing service.