Public Member Functions
Ogre::RenderSystem::Listener Class Reference

Defines a listener on the custom events that this render system can raise. More...

#include <OgreRenderSystem.h>

List of all members.

Public Member Functions

 Listener ()
virtual ~Listener ()
virtual void eventOccurred (const String &eventName, const NameValuePairList *parameters=0)=0
 A rendersystem-specific event occurred.

Detailed Description

Defines a listener on the custom events that this render system can raise.

See also:
RenderSystem::addListener

Definition at line 1370 of file OgreRenderSystem.h.


Constructor & Destructor Documentation

Definition at line 1373 of file OgreRenderSystem.h.

Definition at line 1374 of file OgreRenderSystem.h.


Member Function Documentation

virtual void Ogre::RenderSystem::Listener::eventOccurred ( const String eventName,
const NameValuePairList parameters = 0 
) [pure virtual]

A rendersystem-specific event occurred.

Parameters:
eventNameThe name of the event which has occurred
parametersA list of parameters that may belong to this event, may be null if there are no parameters

The documentation for this class was generated from the following file:

Copyright © 2012 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Sun Sep 2 2012 07:27:35