:: com :: sun :: star :: frame ::

interface XRecordableDispatch

Methods' Summary
dispatchAndRecord dispatch and record it  
Methods' Details
dispatchAndRecord
void
dispatchAndRecord( [in] ::com::sun::star::util::URL  URL,
[in] sequence< ::com::sun::star::beans::PropertyValue >  Arguments,
[in] XDispatchRecorder  Recorder );

Description
dispatch and record it
Parameter URL
full parsed URL which describe the feature which should be dispatched (executed)
Parameter Arguments
optional arguments for this request (see ::com::sun::star::document::MediaDescriptor for details)
Parameter Recorder
object which can be used to record the request (available on XDispatchRecorderSupplier::getDispatchRecorder())
Top of Page