MamdaSymbolSourceHandler is an interface for applications that want to have an easy way to handle newly sourced symbol events. More...
#include <MamdaSymbolSourceHandler.h>
Public Member Functions | |
virtual void | onSymbol (const MamdaSymbolSourceEvent &event)=0 |
Method invoked when a new symbol has been sourced. More... | |
virtual | ~MamdaSymbolSourceHandler () |
MamdaSymbolSourceHandler is an interface for applications that want to have an easy way to handle newly sourced symbol events.
The interface defines the callback method for the new symbol event: onSymbol
|
pure virtual |
Method invoked when a new symbol has been sourced.
event | The MamdaSymbolSourceEvent object. |