LibreOffice Module desktop (master)
1
|
Class to react on finishing of a dispatched command. More...
Public Member Functions | |
DispatchResultListener (const char *pCommand, std::shared_ptr< CallbackFlushHandler > const &pCallback) | |
virtual void SAL_CALL | dispatchFinished (const css::frame::DispatchResultEvent &rEvent) override |
virtual void SAL_CALL | disposing (const css::lang::EventObject &) override |
Private Attributes | |
OString | maCommand |
Command for which this is the result. More... | |
std::shared_ptr< CallbackFlushHandler > | mpCallback |
Callback to call. More... | |
Class to react on finishing of a dispatched command.
This will call a LOK_COMMAND_FINISHED callback when postUnoCommand was called with the parameter requesting the notification.
|
inline |
|
inlineoverridevirtual |
Definition at line 2763 of file init.cxx.
References unoAnyToPropertyTree().
|
inlineoverridevirtual |
|
private |
|
private |