#include <baselistener.hxx>


Public Member Functions | |
| FocusListener (BaseDialog *pDlg) | |
| virtual | ~FocusListener ()=0 throw () |
| virtual void SAL_CALL | focusGained (const awt::FocusEvent &) throw ( RuntimeException ) |
| virtual void SAL_CALL | focusLost (const awt::FocusEvent &) throw ( RuntimeException ) |
| virtual void SAL_CALL | disposing (const lang::EventObject &) throw ( RuntimeException ) |
Definition at line 125 of file baselistener.hxx.
| scsolver::FocusListener::FocusListener | ( | BaseDialog * | pDlg | ) | [inline] |
Definition at line 128 of file baselistener.hxx.
| scsolver::FocusListener::~FocusListener | ( | ) | throw () [pure virtual] |
Definition at line 87 of file baselistener.cxx.
| virtual void SAL_CALL scsolver::FocusListener::focusGained | ( | const awt::FocusEvent & | ) | throw ( RuntimeException ) [inline, virtual] |
| virtual void SAL_CALL scsolver::FocusListener::focusLost | ( | const awt::FocusEvent & | ) | throw ( RuntimeException ) [inline, virtual] |
| virtual void SAL_CALL scsolver::FocusListener::disposing | ( | const lang::EventObject & | ) | throw ( RuntimeException ) [inline, virtual] |
1.5.3