Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Ogre::ActionListener Class Reference

Specialised EventListener for receiving component-specific ActionEvent events. More...

#include <OgreEventListeners.h>

Inheritance diagram for Ogre::ActionListener:

Ogre::EventListener Ogre::EventMulticaster List of all members.

Public Methods

virtual void actionPerformed (ActionEvent *e)=0
 Invoked when an action occurs. More...

virtual bool isMulticaster ()
 Returns whether or not the listener is a multicaster. More...


Detailed Description

Specialised EventListener for receiving component-specific ActionEvent events.


Member Function Documentation

virtual void Ogre::ActionListener::actionPerformed ActionEvent   e [pure virtual]
 

Invoked when an action occurs.

Implemented in Ogre::EventMulticaster.

virtual bool Ogre::EventListener::isMulticaster   [inline, virtual, inherited]
 

Returns whether or not the listener is a multicaster.

Reimplemented in Ogre::EventMulticaster.

Copyright © 2002 by The OGRE Team