interface XCommandEnvironment in module com::sun::star::ucb::

(Global Index)

Syntax

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

Description

defines the environment for a command.

See also

XCommandProcessor

Method Summary

getInteractionHandler returns the command's interaction handler.

getProgressHandler returns the command's progress handler.

Method Details



getInteractionHandler

Syntax

com::sun::star::task::XInteractionHandler getInteractionHandler ();

Description

returns the command's interaction handler.

If called multiple times, this method should consistently return the same value (to allow caching).

Returns

an interaction handler

getProgressHandler

Syntax

com::sun::star::ucb::XProgressHandler getProgressHandler ();

Description

returns the command's progress handler.

If called multiple times, this method should consistently return the same value (to allow caching).

Returns

a progress handler
Top of Page