Ogre::Resource::Listener Class Reference

#include <OgreResource.h>

List of all members.

Public Member Functions

 Listener ()
virtual ~Listener ()
virtual void backgroundLoadingComplete (Resource *)
 Callback to indicate that background loading has completed.


Detailed Description

Definition at line 75 of file OgreResource.h.


Constructor & Destructor Documentation

Ogre::Resource::Listener::Listener (  ) 

Definition at line 78 of file OgreResource.h.

virtual Ogre::Resource::Listener::~Listener (  )  [virtual]

Definition at line 79 of file OgreResource.h.


Member Function Documentation

virtual void Ogre::Resource::Listener::backgroundLoadingComplete ( Resource  )  [virtual]

Callback to indicate that background loading has completed.

Remarks:
This callback is only relevant when a Resource has been marked as background loaded (
See also:
Resource::setBackgroundLoaded) , and occurs when that loading has completed. The call itself does not itself occur in the thread which is doing the loading; when loading is complete a response indicator is placed with the ResourceGroupManager, which will then be sent back to the listener as part of the application's primary frame loop thread.

Definition at line 91 of file OgreResource.h.


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

Copyright © 2000-2005 by The OGRE Team
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sat May 10 16:28:36 2008