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