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

service CommandEnvironment
Supported Interface
XCommandEnvironment


Constructors' Summary
create Constructor.  
Constructors' Details
create
create( [in] ::com::sun::star::task::XInteractionHandler  InteractionHandler,
[in] XProgressHandler  ProgressHandler );

Description
Constructor.
Parameter InteractionHandler
the interaction handler instance that will be returned by this service' implementation of XCommandEnvironemt::getInteractionHandler
Parameter ProgressHandler
the progress handler instance that will be returned by this service' implementation of XCommandEnvironemt::getProgressHandler

 
Top of Page