A notification mechanism that a XRemoteContentProviderAcceptor no longer needs a remote content provider. More...
import "XRemoteContentProviderDoneListener.idl";
 
  
| Public Member Functions | |
| void | doneWithRemoteContentProviders ([in] XRemoteContentProviderAcceptor Acceptor) | 
| A notification that all remote content providers added to the given XRemoteContentProviderAcceptor should be removed, because the acceptor no longer needs them. | |
|  Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
A notification mechanism that a XRemoteContentProviderAcceptor no longer needs a remote content provider.
| void doneWithRemoteContentProviders | ( | [in] XRemoteContentProviderAcceptor | Acceptor | ) | 
A notification that all remote content providers added to the given XRemoteContentProviderAcceptor should be removed, because the acceptor no longer needs them.
| Acceptor | If null, all remote content providers added to any acceptor shall be removed. |