Source-highlight Library
|
Base class for listeners of HighlightEvent. More...
#include <highlighteventlistener.h>
Public Member Functions | |
virtual void | notify (const HighlightEvent &event)=0 |
The method called to notify the listener about an event. More... | |
Base class for listeners of HighlightEvent.
Subclasses must implement notify()
|
pure virtual |
The method called to notify the listener about an event.
This must be implemented by subclasses.
event | the generated event |
Implemented in srchilite::DebugListener.