Interface netscape.peas.GetInterface
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface netscape.peas.GetInterface

public interface GetInterface
extends Object
Components which implement the GetInterface interface have the ablility to specify their implementation of a requested interface. Components which do not implement this interface are limited to the interfaces discovered through inspection of their Class object.

Method Index

 o getInterface(String)
Return an object which implements this specified (fully qualified) interface name.

Methods

 o getInterface
  public abstract Object getInterface(String sInterfaceName)
Return an object which implements this specified (fully qualified) interface name. If this interface is not implemented, return null.

All Packages  Class Hierarchy  This Package  Previous  Next  Index