#include <baselistener.hxx>


Public Member Functions | |
| ItemListener (BaseDialog *pDlg) | |
| virtual | ~ItemListener ()=0 throw () |
| virtual void SAL_CALL | disposing (const lang::EventObject &) throw ( RuntimeException ) |
| virtual void SAL_CALL | itemStateChanged (const awt::ItemEvent &) throw ( RuntimeException ) |
Definition at line 114 of file baselistener.hxx.
| scsolver::ItemListener::ItemListener | ( | BaseDialog * | pDlg | ) | [inline] |
Definition at line 117 of file baselistener.hxx.
| scsolver::ItemListener::~ItemListener | ( | ) | throw () [pure virtual] |
Definition at line 83 of file baselistener.cxx.
| virtual void SAL_CALL scsolver::ItemListener::disposing | ( | const lang::EventObject & | ) | throw ( RuntimeException ) [inline, virtual] |
Reimplemented in scsolver::ConstListBoxListener, and scsolver::MaxRadioBtnListener.
Definition at line 120 of file baselistener.hxx.
| virtual void SAL_CALL scsolver::ItemListener::itemStateChanged | ( | const awt::ItemEvent & | ) | throw ( RuntimeException ) [inline, virtual] |
Reimplemented in scsolver::ConstListBoxListener, and scsolver::MaxRadioBtnListener.
Definition at line 121 of file baselistener.hxx.
1.5.3