| synopsis || arguments || prev || next |
virtual void put_text( const char * string)
Java: void Put_text( String string)
[Declared in "../coresys/common/kdu_messaging.h"]
This function should be overridden in any meaningful messaging class, providing an implementation of the text output function. All text is delivered through this function.
For foreign language bindings, e.g., Java, this function is regarded as a callback. When the native function is called, it will automatically invoke the corresponding Java (or other foreign language) function, supplying the text in the most natural form.