MySetStatusMsg
Handles any status messages passed back by an instantiated applet. When calling JMNewAppletViewer, you must designate this function in the applet callbacks data structure. For example, this is how you would define your output function if you were to name it MySetStatusMsg:
void MySetStatusMsg(JMAppletViewerRef viewer,
const char* statusMsg);
viewer
- The current applet.
statusMsg
- The status text passed by the applet.
DISCUSSION
The function can display the status message or ignore it as appropriate.