Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XAllListenerAdapterService

Base Interface
com::sun::star::uno::XInterface

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


Known Services which Export this Interface

com::sun::star::script::AllListenerAdapter makes it possible to generate the adapters from specific interfaces to the interface XAllListener .
com::sun::star::script::AllListenerAdapter makes it possible to generate the adapters from specific interfaces to the interface XAllListener .

Methods' 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.

Methods' Details

createAllListerAdapter
 
com::sun::star::uno::XInterface
createAllListerAdapter(
[ in ] type xListenerType,
[ in ] com::sun::star::script::XAllListener xListener,
[ in ] 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