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

com :: sun :: star :: lang ::

interface XMain

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

Description
Executable components implement this interface.


Methods' Summary

run This method is called to run the component.

Methods' Details

run
 
long
run(
[ in ] sequence< string > aArguments );

Description
This method is called to run the component.

Top of Page