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

interface XPluginInstanceNotifySink

Methods' Summary
notifyURL Notifies the plugin that a getURL / postURL operation on the corresponding XPluginInstancePeer was finished.  
Methods' Details
notifyURL
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