#include <pl_Listener.h>
Public Member Functions | |
virtual | ~PL_DocChangeListener () |
virtual void | setNewDocument (PD_Document *pDoc)=0 |
virtual void | removeDocument (void)=0 |
I Need this subclass so I can trigger AbiCollab to update it'self if the docuemnt changes or goes away.
virtual PL_DocChangeListener::~PL_DocChangeListener | ( | ) | [inline, virtual] |
virtual void PL_DocChangeListener::removeDocument | ( | void | ) | [pure virtual] |
Implemented in AbiCollabService_Export, and ABI_Collab_Export.
virtual void PL_DocChangeListener::setNewDocument | ( | PD_Document * | pDoc | ) | [pure virtual] |
Implemented in AbiCollabService_Export, and ABI_Collab_Export.