com.dynamixsoftware.intentapi
Class IPrintCallback.Stub

java.lang.Object
  extended by android.os.Binder
      extended by com.dynamixsoftware.intentapi.IPrintCallback.Stub
All Implemented Interfaces:
IPrintCallback
Enclosing interface:
IPrintCallback

public abstract static class IPrintCallback.Stub
extends android.os.Binder
implements IPrintCallback

Local-side IPC implementation stub class.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.dynamixsoftware.intentapi.IPrintCallback
IPrintCallback.Stub
 
Constructor Summary
IPrintCallback.Stub()
          Construct the stub at attach it to the interface.
 
Method Summary
 android.os.IBinder asBinder()
           
static IPrintCallback asInterface(android.os.IBinder obj)
          Cast an IBinder object into an com.dynamixsoftware.intentapi.IPrintCallback 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.IPrintCallback
finish, finishingPrintJob, needCancel, preparePage, sendingPage, start, startingPrintJob
 

Constructor Detail

IPrintCallback.Stub

public IPrintCallback.Stub()
Construct the stub at attach it to the interface.

Method Detail

asInterface

public static IPrintCallback asInterface(android.os.IBinder obj)
Cast an IBinder object into an com.dynamixsoftware.intentapi.IPrintCallback 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