com.dynamixsoftware.intentapi
Class IIntentAPI.Stub
java.lang.Object
  
android.os.Binder
      
com.dynamixsoftware.intentapi.IIntentAPI.Stub
- All Implemented Interfaces: 
 - IIntentAPI
 
- Enclosing interface:
 - IIntentAPI
 
public abstract static class IIntentAPI.Stub
- extends android.os.Binder
- implements IIntentAPI
  
Local-side IPC implementation stub class.
 
 
| 
Constructor Summary | 
IIntentAPI.Stub()
 
          Construct the stub at attach it to the interface. | 
 
| 
Method Summary | 
 android.os.IBinder | 
asBinder()
 
            | 
static IIntentAPI | 
asInterface(android.os.IBinder obj)
 
          Cast an IBinder object into an com.dynamixsoftware.intentapi.IIntentAPI interface,
 generating a proxy if needed. | 
 boolean | 
onTransact(int code,
           android.os.Parcel data,
           android.os.Parcel reply,
           int flags)
 
            | 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
| Methods inherited from interface com.dynamixsoftware.intentapi.IIntentAPI | 
getCurrentPrinter, getFilesOptions, getImagesOptions, getPrintJobs, print, printPHrendering, removePrintJob, setDocument, setFilesOptions, setImagesOptions, setLicense, setPrintCallback, setServiceCallback | 
 
IIntentAPI.Stub
public IIntentAPI.Stub()
- Construct the stub at attach it to the interface.
 
asInterface
public static IIntentAPI asInterface(android.os.IBinder obj)
- Cast an IBinder object into an com.dynamixsoftware.intentapi.IIntentAPI interface,
 generating a proxy if needed.
 
 
 
asBinder
public android.os.IBinder asBinder()
 
 
onTransact
public boolean onTransact(int code,
                          android.os.Parcel data,
                          android.os.Parcel reply,
                          int flags)
                   throws android.os.RemoteException
 
- Throws:
 android.os.RemoteException