| synopsis || arguments || prev || next |
virtual void flush( bool end_of_message=false)
Java: void Flush( boolean end_of_message)
[Declared in "../coresys/common/kdu_messaging.h"]
This function should be overridden by any derived messaging class, whose implementation requires flush events to be captured.
Has special meaning to the messaging objects passed in to kdu_customize_errors and kdu_customize_warnings, as explained in connection with those functions. As a general rule, applications should provide a value of false for this argument if they need to flush text which may be temporarily buffered in a kdu_message-derived object.