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

com :: sun :: star :: ucb ::

interface XRemoteContentProviderChangeListener

Base Interface
com::sun::star::lang::XEventListener

Description
A listener interested in changes to a XRemoteContentProviderSupplier .


Methods' Summary

remoteContentProviderChange gets called whenever changes to a XRemoteContentProviderSupplier occur.

Methods' Details

remoteContentProviderChange
 
void
remoteContentProviderChange(
[ in ] com::sun::star::ucb::RemoteContentProviderChangeEvent Event );

Description
gets called whenever changes to a XRemoteContentProviderSupplier occur.
Parameter Event
describes the change that has occured.

Top of Page