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

interface XDispatchResultListener
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--::com::sun::star::lang::XEventListener
       |  
       +--XDispatchResultListener
::com::sun::star::lang::XEventListener
(referenced interface's summary:)
base interface for all event listeners interfaces.
Description
listener for results of ::com::sun::star::frame::XNotifyingDispatch::dispatchWithNotification()
See also
::com::sun::star::frame::XNotifyingDispatch

Methods' Summary
dispatchFinished indicates finished dispatch  
Methods' Details
dispatchFinished
void
dispatchFinished( [in] ::com::sun::star::frame::DispatchResultEvent  Result );

Description
indicates finished dispatch
Parameter Result
contains the result of the dispatch action
See also
::com::sun::star::frame::DispatchResultEvent
Top of Page