#include <listener.hxx>


Public Member Functions | |
| CloseBtnListener (BaseDialog *pDlg) | |
| virtual | ~CloseBtnListener () 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 155 of file listener.hxx.
| scsolver::CloseBtnListener::CloseBtnListener | ( | BaseDialog * | pDlg | ) |
Definition at line 220 of file listener.cxx.
| scsolver::CloseBtnListener::~CloseBtnListener | ( | ) | throw () [virtual] |
Definition at line 224 of file listener.cxx.
| void scsolver::CloseBtnListener::disposing | ( | const lang::EventObject & | oEvt | ) | throw ( RuntimeException ) [virtual] |
| void scsolver::CloseBtnListener::actionPerformed | ( | const awt::ActionEvent & | ) | throw ( RuntimeException ) [virtual] |
Reimplemented from scsolver::ActionListener.
Definition at line 233 of file listener.cxx.
References scsolver::BaseDialog::close(), and scsolver::Listener::getDialog().
1.5.3