Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages
iReporterListener Struct Reference
[Utilities]
Implement this interface if you're interested in hearing about new messages on the reporter.
More...
#include <ivaria/reporter.h>
Inheritance diagram for iReporterListener:

Public Member Functions | |
virtual bool | Report (iReporter *reporter, int severity, const char *msgId, const char *description)=0 |
Something has been reported. |
Detailed Description
Implement this interface if you're interested in hearing about new messages on the reporter.Main creators of instances implementing this interface:
- Application.
- Standard reporter listener plugin (crystalspace.utilities.stdrep)
Definition at line 89 of file reporter.h.
Member Function Documentation
|
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:
- ivaria/reporter.h
Generated for Crystal Space by doxygen 1.3.9.1