20#ifndef __com_sun_star_ucb_XCommandProcessor_idl__
21#define __com_sun_star_ucb_XCommandProcessor_idl__
29module
com { module sun { module star { module ucb {
This exception is thrown to indicate that a command was aborted.
Definition CommandAbortedException.idl:34
the base of all UNO exceptions
Definition Exception.idl:33
defines the environment for a command.
Definition XCommandEnvironment.idl:36
defines a processor for synchronous commands, which are executed in a specific execution environment.
Definition XCommandProcessor.idl:44
void abort([in] long CommandId)
ends the command associated with the given id.
any execute([in] Command aCommand, [in] long CommandId, [in] XCommandEnvironment Environment)
executes a command.
long createCommandIdentifier()
creates a unique identifier for a command.
base interface of all UNO interfaces
Definition XInterface.idl:48
Definition Ambiguous.idl:22
contains a command.
Definition Command.idl:33