The MamaSymbolSourceCallback interface.
More...
#include <MamaSymbolSourceCallback.h>
Detailed Description
The MamaSymbolSourceCallback interface.
The single callback function "onSymbol" gets invoked when a symbol arrives at a symbol source.
Constructor & Destructor Documentation
virtual Wombat::MamaSymbolSourceCallback::~MamaSymbolSourceCallback |
( |
| ) |
|
|
virtual |
Member Function Documentation
virtual void Wombat::MamaSymbolSourceCallback::onSymbol |
( |
MamaSymbolSource * |
symbolSource, |
|
|
const char * |
symbol, |
|
|
void * |
closure |
|
) |
| |
|
pure virtual |
Method invoked when a symbol arrives at a symbol source.
- Parameters
-
symbolSource | The symbolSource. |
symbol | The newly sourced symbol |
closure | The closure associated with the symbol source. |
The documentation for this class was generated from the following file: