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

(Global Index)

Syntax

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

Description

allows the generation of adapters from specific interfaces to the XAllListener .

Method Summary

createAllListerAdapter creates a wrapper from the listener of type xListenerType to the XAllListener listener. You must call return->queryInterface( ListenerType.getUik() ) to get the correct listener interface.

Method Details



createAllListerAdapter

Syntax

com::sun::star::uno::XInterface createAllListerAdapter (
type xListenerType,
com::sun::star::script::XAllListener xListener,
any aHelper );

Description

creates a wrapper from the listener of type xListenerType to the XAllListener listener. You must call return->queryInterface( ListenerType.getUik() ) to get the correct listener interface.

Top of Page