FileDocCategorySizeDatePackage
IAdapterFactory.javaAPI DocAndroid 1.5 API1472Wed May 06 22:41:04 BST 2009org.apache.harmony.luni.platform

IAdapterFactory

public interface IAdapterFactory
IAdapterFactory

Fields Summary
Constructors Summary
Methods Summary
public java.lang.ObjectgetAdapter(IAdaptable adaptableObject, java.lang.Class adapterType)
Answer the adapter of the given type for the given object.

param
adaptableObject the object that implements IAdaptable.
param
adapterType the type of adapter to return.
return
the adapter of the requested type.

public java.lang.Class[]getAdapterList()
Returns the adapters that this factory provides.

return
the list of adapters as an array of classes.