ui::event::WindowListener Class Reference

Inheritance diagram for ui::event::WindowListener:

Inheritance graph
[legend]
List of all members.

Detailed Description

Listens for WindowEvents.


Public Member Functions

virtual void windowClosed (const WindowEvent &e)=0
virtual void windowOpened (const WindowEvent &e)=0
virtual void windowActivated (const WindowEvent &e)=0
virtual void windowDeactivated (const WindowEvent &e)=0


Member Function Documentation

virtual void ui::event::WindowListener::windowClosed const WindowEvent e  )  [pure virtual]
 

Called when a window is closed.

Parameters:
e WindowEvent describing the Event.

virtual void ui::event::WindowListener::windowOpened const WindowEvent e  )  [pure virtual]
 

Called when a window is opened.

Parameters:
e WindowEvent describing the Event.

virtual void ui::event::WindowListener::windowActivated const WindowEvent e  )  [pure virtual]
 

Called when a window was activated.

Parameters:
e WindowEvent describing the Event.

virtual void ui::event::WindowListener::windowDeactivated const WindowEvent e  )  [pure virtual]
 

Called when a window was deactivated.

Parameters:
e WindowEvent describing the Event.


Generated on Mon Jun 20 19:42:00 2005 for UI by doxygen 1.3.1 using KingsTools