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

com :: sun :: star :: ucb ::

interface XCommandEnvironment

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

Description
defines the environment for a command.
See also
XCommandProcessor


Methods' Summary

getInteractionHandler returns the command's interaction handler.
getProgressHandler returns the command's progress handler.

Methods' Details

getInteractionHandler
 
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
 
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