Android
android.os
public interface

android.os.IInterface

android.os.IInterface

Base class for Binder interfaces. When defining a new interface, you must derive it from IInterface.

Known Indirect Subclasses

Summary

Public Methods

          IBinder  asBinder()
Retrieve the Binder object associated with this interface.

Details

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.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48