#include <listener.hxx>


Public Member Functions | |
| LoadBtnListener (SolverDialog *pDlg) | |
| virtual | ~LoadBtnListener () throw () |
| virtual void SAL_CALL | disposing (const lang::EventObject &oEvt) throw ( RuntimeException ) |
| virtual void SAL_CALL | actionPerformed (const awt::ActionEvent &) throw ( RuntimeException ) |
Definition at line 188 of file listener.hxx.
| scsolver::LoadBtnListener::LoadBtnListener | ( | SolverDialog * | pDlg | ) |
Definition at line 266 of file listener.cxx.
| scsolver::LoadBtnListener::~LoadBtnListener | ( | ) | throw () [virtual] |
Definition at line 270 of file listener.cxx.
| void scsolver::LoadBtnListener::disposing | ( | const lang::EventObject & | oEvt | ) | throw ( RuntimeException ) [virtual] |
| void scsolver::LoadBtnListener::actionPerformed | ( | const awt::ActionEvent & | ) | throw ( RuntimeException ) [virtual] |
Reimplemented from scsolver::ActionListener.
Definition at line 279 of file listener.cxx.
References scsolver::Listener::getDialog(), scsolver::SolverImpl::getMainDialog(), scsolver::BaseDialog::getSolverImpl(), and scsolver::SolverDialog::loadModelFromDocument().
1.5.3