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.
|
|
Known Services Which Export this Interface
|
com::sun::star::script::InvocationAdapterFactory -
com::sun::star::script::InvocationAdapterFactory -
Method Details
|
|
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
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.