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

com :: sun :: star :: mozilla ::

interface XPluginInstanceNotifySink

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



Methods' Summary

notifyURL Notifies the plugin that a getURL / postURL operation on the corresponding XPluginInstancePeer was finished.

Methods' Details

notifyURL
 
[ oneway ] void
notifyURL(
[ in ] string theURL );

Description
Notifies the plugin that a getURL / postURL operation on the corresponding XPluginInstancePeer was finished.
Parameter theURL
[in]: name of the URL that was used during a previous getURL or postURL call

Top of Page