When a new product has arrived, the SSAPFormatterListener is notified by the Index with which it is registered. The SSAPFormatterListener gathers together the necessary pieces of data (possibly NX files) that the SSAPFormatter needs to construct various products (such as TabularData for SCIT, Meso, TDA, HDA).
Public Member Functions | |
virtual void | actionPerformed (const ActionEvent *e) |
Function to process events passed along from the Index. | |
SSAPFormatterListener (const std::string &op_d, const std::string &lbN) | |
Constructor. | |
~SSAPFormatterListener () | |
Destructor. |
code::SSAPFormatterListener::SSAPFormatterListener | ( | const std::string & | op_d, | |
const std::string & | lbN | |||
) | [inline] |
Constructor.
Initialize the private members.
code::SSAPFormatterListener::~SSAPFormatterListener | ( | ) | [inline] |
Destructor.
virtual void code::SSAPFormatterListener::actionPerformed | ( | const ActionEvent * | e | ) | [virtual] |
Function to process events passed along from the Index.