Google

Main Page   Class Hierarchy   Compound List   File List   Compound Members  

iReporterListener Struct Reference

Implement this interface if you're interested in hearing about new messages on the reporter. More...

#include <reporter.h>

Inheritance diagram for iReporterListener:

iBase List of all members.

Public Methods

virtual bool Report (iReporter *reporter, int severity, const char *msgId, const char *description)=0
 Something has been reported. More...


Detailed Description

Implement this interface if you're interested in hearing about new messages on the reporter.


Member Function Documentation

bool iReporterListener::Report ( iReporter * reporter,
int severity,
const char * msgId,
const char * description ) [pure virtual]
 

Something has been reported.

If this function returns true then the report is considered handled and the reporter will not add it anymore.


The documentation for this struct was generated from the following file:
Generated for Crystal Space by doxygen 1.2.5 written by Dimitri van Heesch, ©1997-2000