#include <xfoifc.h>
Public Methods | |
MessageListener () | |
virtual | ~MessageListener () |
virtual void | onMessage (XfoIfErrorLevel errLevel, XfoIfErrorCode errCode, const char *errMessage) |
Event that returns the error information(error level, error code, error message) in the formatting process. | |
virtual void | onMessageW (XfoIfErrorLevel errLevel, XfoIfErrorCode errCode, const wchar_t *errMessage) |
|
|
|
|
|
Event that returns the error information(error level, error code, error message) in the formatting process. errLevel - Returns the errorlevel errCode - Returns the errorcode errMessage - Returns the errormessage |
|
|