#include <baselistener.hxx>

Public Member Functions | |
| ActionObject () | |
| virtual | ~ActionObject ()=0 throw () |
| virtual void | execute (BaseDialog *dlg, const awt::ActionEvent &e)=0 |
Definition at line 85 of file baselistener.hxx.
| scsolver::ActionObject::ActionObject | ( | ) |
Definition at line 48 of file baselistener.cxx.
| scsolver::ActionObject::~ActionObject | ( | ) | throw () [pure virtual] |
Definition at line 52 of file baselistener.cxx.
| virtual void scsolver::ActionObject::execute | ( | BaseDialog * | dlg, | |
| const awt::ActionEvent & | e | |||
| ) | [pure virtual] |
Implemented in scsolver::OptionDlgOKAction.
Referenced by scsolver::ActionListener::actionPerformed().
1.5.3