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

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

interface XRemoteContentProviderDoneListener

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

Description
A notification mechanism that a XRemoteContentProviderAcceptor no longer needs a remote content provider.


Methods' Summary

doneWithRemoteContentProviders A notification that all remote content providers added to the given XRemoteContentProviderAcceptor should be removed, because the acceptor no longer needs them.

Methods' Details

doneWithRemoteContentProviders
 
void
doneWithRemoteContentProviders(
[ in ] com::sun::star::ucb::XRemoteContentProviderAcceptor Acceptor );

Description
A notification that all remote content providers added to the given XRemoteContentProviderAcceptor should be removed, because the acceptor no longer needs them.
Parameter Acceptor
If null, all remote content providers added to any acceptor shall be removed.

Top of Page