#include <baselistener.hxx>


Public Member Functions | |
| ActionListener (BaseDialog *pDlg) | |
| ActionListener (BaseDialog *pDlg, ActionObject *pAction) | |
| virtual | ~ActionListener () throw () |
| virtual void SAL_CALL | disposing (const lang::EventObject &e) throw ( RuntimeException ) |
| virtual void SAL_CALL | actionPerformed (const awt::ActionEvent &e) throw ( RuntimeException ) |
Private Attributes | |
| ActionObject * | m_pAction |
Definition at line 100 of file baselistener.hxx.
| scsolver::ActionListener::ActionListener | ( | BaseDialog * | pDlg | ) |
Definition at line 56 of file baselistener.cxx.
| scsolver::ActionListener::ActionListener | ( | BaseDialog * | pDlg, | |
| ActionObject * | pAction | |||
| ) |
Definition at line 62 of file baselistener.cxx.
| scsolver::ActionListener::~ActionListener | ( | ) | throw () [virtual] |
Definition at line 67 of file baselistener.cxx.
| void SAL_CALL scsolver::ActionListener::disposing | ( | const lang::EventObject & | e | ) | throw ( RuntimeException ) [virtual] |
Reimplemented in scsolver::RngBtnListener, scsolver::SolveBtnListener, scsolver::CloseBtnListener, scsolver::SaveBtnListener, scsolver::LoadBtnListener, scsolver::ResetBtnListener, scsolver::OptionBtnListener, scsolver::ConstEditBtnListener, and scsolver::OKCancelBtnListener.
Definition at line 71 of file baselistener.cxx.
| void SAL_CALL scsolver::ActionListener::actionPerformed | ( | const awt::ActionEvent & | e | ) | throw ( RuntimeException ) [virtual] |
Reimplemented in scsolver::RngBtnListener, scsolver::SolveBtnListener, scsolver::CloseBtnListener, scsolver::SaveBtnListener, scsolver::LoadBtnListener, scsolver::ResetBtnListener, scsolver::OptionBtnListener, scsolver::ConstEditBtnListener, and scsolver::OKCancelBtnListener.
Definition at line 76 of file baselistener.cxx.
References scsolver::ActionObject::execute(), scsolver::Listener::getDialog(), and m_pAction.
ActionObject* scsolver::ActionListener::m_pAction [private] |
1.5.3