The MamaSymbolListResortHandler interface. More...
#include <MamaSymbolListHandlerTypes.h>
Public Member Functions | |
virtual | ~MamaSymbolListResortHandler () |
virtual void | onResort (MamaSymbolList *symbolList)=0 |
Method invoked when the sorting of the symbol list has changed. More... | |
The MamaSymbolListResortHandler interface.
Instances of subclasses of this class can be registered with a MamaSymbolList and will be invoked when the sorting of the symbol list has changed.
|
pure virtual |
Method invoked when the sorting of the symbol list has changed.
symbolList | The symbol list. |