:: com :: sun :: star :: script ::

service InvocationAdapterFactory
Description
Provides functionality to create an adapter that supports (a) special interface type(s) and maps calls to the interface's methods to an invocation interface.

An adapter like this allows generic dispatch interfaces to meet interface requirements, e.g. if a specific listener interface has to be passed to an add...Listener method.

The adapter has to support ::com::sun::star::script::XInvocationAdapterFactory . The adapter may also support ::com::sun::star::script::XInvocationAdapterFactory2 .

Developers Guide
Exported Interfaces
::com::sun::star::script::XInvocationAdapterFactory
Usage Restrictions
deprecated
Description
Interface for creating adapter objects. This interface is deprecated. Use ::com::sun::star::script::XInvocationAdapterFactory2 .
::com::sun::star::script::XInvocationAdapterFactory2
Description
Interface for creating adapter objects.

 
Top of Page