All Packages Class Hierarchy This Package Previous Next Index
Interface netscape.peas.GetInterface
- public interface GetInterface
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.
-
getInterface(String)
- Return an object which implements this specified (fully qualified) interface name.
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