interface XInvocationAdapterFactory2 in module com::sun::star::script::

(Global Index)

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



createAdapter

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