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

interface XDispatchResultListener
Base Interfaces
XDispatchResultListener
┗ ::com::sun::star::lang::XEventListener

::com::sun::star::lang::XEventListener
(referenced interface's summary:)
base interface for all event listeners interfaces.
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