interface XMain in module com::sun::star::lang::

(Global Index)

Syntax

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

Description

Executable components implement this interface.

Method Summary

run This method is called to run the component.

Method Details



run

Syntax

long run (
sequence< string > aArguments );

Description

This method is called to run the component.

Top of Page