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

interface XPluginInstanceNotifySink
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XPluginInstanceNotifySink
Description
Allows a plugin to get notification from office side about status of new document opening. This interface is oriented for communication with browsers plugins.

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