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

interface XPluginInstanceNotifySink
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XPluginInstanceNotifySink
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
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