#include <dfvifc.h>
Public Methods | |
MessageListener () | |
virtual | ~MessageListener () |
virtual void | onMessage (DfvIfErrorLevel errLevel, DfvIfErrorCode errCode, const char *errMessage) |
Event that returns the error information(error level, error code, error message) in the formatting process. | |
virtual void | onMessageW (DfvIfErrorLevel errLevel, DfvIfErrorCode 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 |
|
|