Syntax
interface XInvocationAdapterFactory2 : com::sun::star::uno::XInterface ;
Description
You can create adapter object of given types for an invocation
interface by using this adapter factory interface.
Method Summary
|
createAdapter |
Creates an adapter object of given types for calling the given
XInvocation interface.
|
|
Method Details
|
|
Syntax
- com::sun::star::uno::XInterface createAdapter
(
- com::sun::star::script::XInvocation Invocation,
- sequence< type > aTypes );
Description
Creates an adapter object of given types for calling the given
XInvocation interface.
Parameter Invocation
-
invocation interface being called on incoming adapter calls
Parameter aTypes
-
types of adapter
Returns
- adapter;
this interface can be queried for given types
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.