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

interface XDispatchResultListener
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-::com::sun::star::lang::XEventListener
    |
    +-XDispatchResultListener
Description
listener for results of XNotifyingDispatch::dispatchWithNotification()
See also
XNotifyingDispatch

Methods' Summary
dispatchFinished indicates finished dispatch
Methods' Details
dispatchFinished
void
dispatchFinished(
 
[in] DispatchResultEvent
 
Result );

Description
indicates finished dispatch
Parameter Result
contains the result of the dispatch action
See also
DispatchResultEvent
Top of Page