# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NLMISC::CAsyncFileManager::ICancelCallback Class Reference

CCancelCallback is an interface that is used in call to CAsyncFileManager::cancelLoad. More...

#include <async_file_manager.h>

Inheritance diagram for NLMISC::CAsyncFileManager::ICancelCallback:

NL3D::CLoadMeshCancel NL3D::CLoadTextureCancel NLSOUND::CCancelLoadWavFile List of all members.

Public Methods

virtual bool callback (const IRunnable *prunnable) const=0

Detailed Description

CCancelCallback is an interface that is used in call to CAsyncFileManager::cancelLoad.

This class contains one method that is call for each task in the async file loader. If the method return true, then the task is removed and cancelLoad return.

Author:
Boris Boucher , Nevrax France
Date:
10/2002

Definition at line 65 of file async_file_manager.h.


Member Function Documentation

virtual bool NLMISC::CAsyncFileManager::ICancelCallback::callback const IRunnable   prunnable const [pure virtual]
 


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