Android
android.content.pm
public static abstract class

android.content.pm.IPackageInstallObserver.Stub

java.lang.Object
android.os.Binder IBinder
android.content.pm.IPackageInstallObserver.Stub IPackageInstallObserver

Local-side IPC implementation stub class.

Summary

Constants inherited from interface android.os.IBinder

Public Constructors

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

Public Methods

          IBinder  asBinder()
Retrieve the Binder object associated with this interface.
      static    IPackageInstallObserver  asInterface(IBinder obj)
Cast an IBinder object into an IPackageInstallObserver interface, generating a proxy if needed.
          boolean  onTransact(int code, Parcel data, Parcel reply, int flags)
Default implementation is a stub that returns false.
Methods inherited from class android.os.Binder
Methods inherited from class java.lang.Object
Methods inherited from interface android.content.pm.IPackageInstallObserver
Methods inherited from interface android.os.IBinder
Methods inherited from interface android.os.IInterface

Details

Public Constructors

public IPackageInstallObserver.Stub()

Construct the stub at attach it to the interface.

Public Methods

public IBinder asBinder()

Retrieve the Binder object associated with this interface. You must use this instead of a plain cast, so that proxy objects can return the correct result.

public static IPackageInstallObserver asInterface(IBinder obj)

Cast an IBinder object into an IPackageInstallObserver interface, generating a proxy if needed.

public boolean onTransact(int code, Parcel data, Parcel reply, int flags)

Default implementation is a stub that returns false. You will want to override this to do the appropriate unmarshalling of transactions.

If you want to call this, call transact().

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48