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

com :: sun :: star :: plugin ::

interface XPlugin

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

Description
allows the container to control the plugin.


Methods' Summary

provideNewStream tells the plugin instance that a new stream is requested.

Methods' Details

provideNewStream
 
boolean
provideNewStream(
[ in ] string mimetype,
[ in ] com::sun::star::io::XActiveDataSource aSource,
[ in ] string url,
[ in ] long length,
[ in ] long lastmodified,
[ in ] boolean isfile )
raises ( com::sun::star::plugin::PluginException );

Description
tells the plugin instance that a new stream is requested.

Top of Page