interface XPluginInstanceNotifySink in module com::sun::star::mozilla::

(Global Index)

Syntax

interface XPluginInstanceNotifySink : com::sun::star::uno::XInterface ;

Method Summary

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

Method Details



notifyURL

Syntax

oneway void notifyURL (
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