#include <listener.hxx>


Public Member Functions | |
| WindowFocusListener (BaseDialog *) | |
| virtual | ~WindowFocusListener () throw () |
| virtual rtl::OUString | getListenerType () const |
| virtual void SAL_CALL | disposing (const lang::EventObject &) throw ( RuntimeException ) |
| virtual void SAL_CALL | focusGained (const awt::FocusEvent &) throw ( RuntimeException ) |
| virtual void SAL_CALL | focusLost (const awt::FocusEvent &) throw ( RuntimeException ) |
Definition at line 294 of file listener.hxx.
| scsolver::WindowFocusListener::WindowFocusListener | ( | BaseDialog * | pDlg | ) |
Definition at line 459 of file listener.cxx.
| virtual scsolver::WindowFocusListener::~WindowFocusListener | ( | ) | throw () [inline, virtual] |
Definition at line 299 of file listener.hxx.
| virtual rtl::OUString scsolver::WindowFocusListener::getListenerType | ( | ) | const [inline, virtual] |
| virtual void SAL_CALL scsolver::WindowFocusListener::disposing | ( | const lang::EventObject & | ) | throw ( RuntimeException ) [inline, virtual] |
| void scsolver::WindowFocusListener::focusGained | ( | const awt::FocusEvent & | ) | throw ( RuntimeException ) [virtual] |
Reimplemented from scsolver::FocusListener.
Definition at line 463 of file listener.cxx.
References scsolver::Debug().
| void scsolver::WindowFocusListener::focusLost | ( | const awt::FocusEvent & | ) | throw ( RuntimeException ) [virtual] |
Reimplemented from scsolver::FocusListener.
Definition at line 468 of file listener.cxx.
References scsolver::Debug().
1.5.3