#include <MamdaSymbolSourceHandler.h>
| Name | |
|---|---|
| virtual void | onSymbol(const MamdaSymbolSourceEvent & event) =0 |
| virtual | ~MamdaSymbolSourceHandler() |
class Wombat::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
virtual void onSymbol(
const MamdaSymbolSourceEvent & event
) =0
Parameters:
Method invoked when a new symbol has been sourced.
inline virtual ~MamdaSymbolSourceHandler()
Updated on 2023-03-31 at 15:29:58 +0100