:: com :: sun :: star :: ucb ::
|
interface XCommandEnvironment |
- Base Interfaces
::com::sun::star::uno::XInterface
|
+--XCommandEnvironment
::com::sun::star::uno::XInterface |
- (referenced interface's summary:)
- base interface of all UNO interfaces
|
|
- Description
- defines the environment for a command.
- See also
- ::com::sun::star::ucb::XCommandProcessor
|
Methods' Details |
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
- 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
Copyright © 2003 Sun Microsystems, Inc.