#include <listener.hxx>


Public Member Functions | |
| SolveBtnListener (SolverDialog *) | |
| virtual | ~SolveBtnListener () throw () |
| virtual void SAL_CALL | disposing (const lang::EventObject &) throw ( RuntimeException ) |
| virtual void SAL_CALL | actionPerformed (const awt::ActionEvent &) throw ( RuntimeException ) |
Definition at line 132 of file listener.hxx.
| scsolver::SolveBtnListener::SolveBtnListener | ( | SolverDialog * | pDlg | ) |
Definition at line 197 of file listener.cxx.
| scsolver::SolveBtnListener::~SolveBtnListener | ( | ) | throw () [virtual] |
Definition at line 201 of file listener.cxx.
| void scsolver::SolveBtnListener::disposing | ( | const lang::EventObject & | ) | throw ( RuntimeException ) [virtual] |
| void scsolver::SolveBtnListener::actionPerformed | ( | const awt::ActionEvent & | ) | throw ( RuntimeException ) [virtual] |
Reimplemented from scsolver::ActionListener.
Definition at line 210 of file listener.cxx.
References scsolver::Listener::getDialog(), scsolver::BaseDialog::getSolverImpl(), and scsolver::SolverImpl::solveModel().
1.5.3