LibreOffice Module sc (master) 1
|
Base class for objects that need to listen to link updates. More...
#include <externalrefmgr.hxx>
Public Member Functions | |
LinkListener () | |
virtual | ~LinkListener () COVERITY_NOEXCEPT_FALSE=0 |
virtual void | notify (sal_uInt16 nFileId, LinkUpdateType eType)=0 |
Base class for objects that need to listen to link updates.
When a link to a certain external file is updated, the notify() method gets called.
Definition at line 386 of file externalrefmgr.hxx.
ScExternalRefManager::LinkListener::LinkListener | ( | ) |
Definition at line 1707 of file externalrefmgr.cxx.
|
pure virtual |
Definition at line 1711 of file externalrefmgr.cxx.
|
pure virtual |
Implemented in ScChart2DataSequence::ExternalRefListener, and ScChartListener::ExternalRefListener.