Public Member Functions | List of all members
Ogre::ResourceBackgroundQueue::Listener Class Referenceabstract

This abstract listener interface lets you get notifications of completed background processes instead of having to poll ticket statuses. More...

#include <OgreResourceBackgroundQueue.h>

Public Member Functions

virtual ~Listener ()
 Need virtual destructor in case subclasses use it. More...
 
virtual void operationCompleted (BackgroundProcessTicket ticket, const BackgroundProcessResult &result)=0
 Called when a requested operation completes, queued into main thread. More...
 

Detailed Description

This abstract listener interface lets you get notifications of completed background processes instead of having to poll ticket statuses.

Note
For simplicity, these callbacks are not issued direct from the background loading thread, they are queued themselves to be sent from the main thread so that you don't have to be concerned about thread safety.

Definition at line 93 of file OgreResourceBackgroundQueue.h.

Constructor & Destructor Documentation

◆ ~Listener()

virtual Ogre::ResourceBackgroundQueue::Listener::~Listener ( )
virtual

Need virtual destructor in case subclasses use it.

Definition at line 104 of file OgreResourceBackgroundQueue.h.

Member Function Documentation

◆ operationCompleted()

virtual void Ogre::ResourceBackgroundQueue::Listener::operationCompleted ( BackgroundProcessTicket  ticket,
const BackgroundProcessResult result 
)
pure virtual

Called when a requested operation completes, queued into main thread.

Note
For simplicity, this callback is not issued direct from the background loading thread, it is queued to be sent from the main thread so that you don't have to be concerned about thread safety.

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 Oct 22 2017 04:04:15