7 #ifndef HIGHLIGHTEVENTLISTENER_H_
8 #define HIGHLIGHTEVENTLISTENER_H_
12 struct HighlightEvent;
C++ class: doctemplate.h.
Definition: bufferedoutput.cpp:13
Event concerning an highlighting operation (e.g., formatting, entering a new state, exiting a state, etc.)
Definition: highlightevent.h:18
Base class for listeners of HighlightEvent.
Definition: highlighteventlistener.h:17
virtual void notify(const HighlightEvent &event)=0
The method called to notify the listener about an event.