10.07.2015 Views

Lotus Instant Messaging/ Web Conferencing ... - IBM Redbooks

Lotus Instant Messaging/ Web Conferencing ... - IBM Redbooks

Lotus Instant Messaging/ Web Conferencing ... - IBM Redbooks

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Figure 12-3 Applet receiving back order information from RichTextBotClicking the Submit button calls the applet’s requestData() method. The ordernumber is retrieved from the input field and sent to the bot using the sendText()method of the Im object.Example 12-4 RichTextClient’s requestData() methodvoid requestData(){boolean imExist = false;Im currentIm = null;for(int i = 0; i < m_ImOpened.size(); i++){currentIm = (Im) m_ImOpened.elementAt(i);if (currentIm.equals(im)){imExist = true;im = currentIm;sendText(im);break;}}if (!imExist){Chapter 12. Ideas for customization and integration 339

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!