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

(Global Index)

Syntax

interface XInvocationAdapterFactory : com::sun::star::uno::XInterface ;

Description

creates adapter interfaces of any given type for an invocation interface by using this adapter factory interface.

Method Summary

createAdapter Creates an adapter interface of given type for calling the given XInvocation interface.

Method Details



createAdapter

Syntax

com::sun::star::uno::XInterface createAdapter (
com::sun::star::script::XInvocation Invocation,
type aType );

Description

Creates an adapter interface of given type for calling the given XInvocation interface.

Parameter Invocation

invocation interface being called on incoming adapter calls

Parameter aType

type of adapter interface given back

Returns

adapter interface; this interface can be queried for XInterface and given type
Top of Page