NewFileHandler Class Reference

Base class for handlers to receive notification of the next file about to be opened. More...

#include <essence.h>

Inheritance diagram for NewFileHandler:

RefCount IRefCount List of all members.

Public Member Functions

virtual ~NewFileHandler ()
virtual void NewFile (std::string &FileName)=0
 Receive notification of a new file about to be opened.

Detailed Description

Base class for handlers to receive notification of the next file about to be opened.


Constructor & Destructor Documentation

virtual ~NewFileHandler (  )  [inline, virtual]


Member Function Documentation

virtual void NewFile ( std::string &  FileName  )  [pure virtual]

Receive notification of a new file about to be opened.

Parameters:
FileName - reference to a std::string containing the name of the file about to be opened - may be changed by this function if required


The documentation for this class was generated from the following file:
Generated on Mon Apr 2 15:20:59 2007 for MXFLib by  doxygen 1.5.1-p1