1. Get notification of a table from ssap. 2. Construct a DataTable of that type using only the table data. 3. This Listener gathers the most recent trend data for that type. 4. In this Listener, add the most recent trend data to the DataTable.
Public Member Functions | |
virtual void | actionPerformed (const ActionEvent *e) |
Function to process events passed along from the Index. | |
SSAPFormatterRapidUpdateListener (const std::string &op_d, const std::string &lbN) | |
Constructor. | |
~SSAPFormatterRapidUpdateListener () | |
Destructor. |
code::SSAPFormatterRapidUpdateListener::SSAPFormatterRapidUpdateListener | ( | const std::string & | op_d, | |
const std::string & | lbN | |||
) | [inline] |
Constructor.
Initialize the private members.
code::SSAPFormatterRapidUpdateListener::~SSAPFormatterRapidUpdateListener | ( | ) | [inline] |
Destructor.
virtual void code::SSAPFormatterRapidUpdateListener::actionPerformed | ( | const ActionEvent * | e | ) | [virtual] |
Function to process events passed along from the Index.