OpenMAMA
Wombat::MamdaSymbolSourceHandler Class Referenceabstract

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 ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ~MamdaSymbolSourceHandler()

virtual Wombat::MamdaSymbolSourceHandler::~MamdaSymbolSourceHandler ( )
virtual
48 {};

Member Function Documentation

◆ onSymbol()

virtual void Wombat::MamdaSymbolSourceHandler::onSymbol ( const MamdaSymbolSourceEvent event)
pure virtual

Method invoked when a new symbol has been sourced.

Parameters
eventThe MamdaSymbolSourceEvent object.

The documentation for this class was generated from the following file:


© 2012 Linux Foundation